tMerge pull request #1 from noxiii/master - vsfm-linux-x86_64 - automated build of VisualSFM photogrammetry software and its dependencies
(HTM) git clone git://src.adamsgaard.dk/vsfm-linux-x86_64
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cadeb9d3427eeb60b69bdc63ab236fba90f4330c
(DIR) parent bfa36718127ca28765d4481c3fc84db181639aa5
(HTM) Author: Anders Damsgaard <anders-dc@users.noreply.github.com>
Date: Tue, 7 Jul 2015 12:15:32 +0200
Merge pull request #1 from noxiii/master
pba compile
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -8,7 +8,7 @@ vsfm/bin/libpba.so: pba/bin/libpba_no_gpu.so
ln -s ../../$< $@
pba/bin/libpba_no_gpu.so: pba
- mv makefile_no_gpu makefile; make
+ cd $< && mv makefile makefile_orig; mv makefile_no_gpu makefile; make
pba: pba_v1.0.5.zip
unzip $<