Skip to content

Commit 3244044

Browse files
authored
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config
1 parent 0bf4bce commit 3244044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/chroot-script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ sudo apt-get install git
219219
cd /var/www/
220220

221221
# install infragram in the web public folder:
222+
# prerequisites:
223+
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config
222224
echo "Installing infragram"
223225
git clone https://github.com/publiclab/infragram.git
224226
cd infragram

0 commit comments

Comments
 (0)