We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4bce commit 3244044Copy full SHA for 3244044
builder/chroot-script.sh
@@ -219,6 +219,8 @@ sudo apt-get install git
219
cd /var/www/
220
221
# 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
224
echo "Installing infragram"
225
git clone https://github.com/publiclab/infragram.git
226
cd infragram
0 commit comments