tadded libglew-dev - vsfm-linux-x86_64 - automated build of VisualSFM photogram… | |
git clone git://src.adamsgaard.dk/vsfm-linux-x86_64 | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bfa36718127ca28765d4481c3fc84db181639aa5 | |
parent 8f339f77865911a6ffb007d1f144028638a03ce9 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 3 Jun 2014 10:24:36 +0200 | |
added libglew-dev | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -38,7 +38,7 @@ VisualSFM_linux_64bit.zip: | |
wget http://ccwu.me/vsfm/download/VisualSFM_linux_64bit.zip | |
install-reqs: | |
- sudo apt-get install libgtk2.0-dev freeglut3-dev libdevil-dev | |
+ sudo apt-get install libgtk2.0-dev freeglut3-dev libdevil-dev libglew-… | |
clean: | |
$(RM) VisualSFM_linux_64bit.zip |