| tMerge pull request #5 from JanGross/master - vsfm-linux-x86_64 - automated bui… | |
| git clone git://src.adamsgaard.dk/vsfm-linux-x86_64 | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit ca82070d7fd724d34c0b6f41c840f6d13ffd198e | |
| parent b96d5d0b4d236b23674332190485bd1f7126bfc0 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Sun, 14 May 2017 12:51:38 -0400 | |
| Merge pull request #5 from JanGross/master | |
| Updated SiftGPU URL. | |
| Thanks @JanGross! | |
| Diffstat: | |
| M Makefile | 3 ++- | |
| 1 file changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/Makefile b/Makefile | |
| t@@ -24,9 +24,10 @@ SiftGPU/bin/libsiftgpu.so: SiftGPU | |
| SiftGPU: SiftGPU.zip | |
| unzip $< | |
| + mv SiftGPU-master SiftGPU | |
| SiftGPU.zip: | |
| - wget http://wwwx.cs.unc.edu/~ccwu/cgi-bin/siftgpu.cgi -O $@ | |
| + wget https://github.com/pitzer/SiftGPU/archive/master.zip -O $@ | |
| vsfm/bin/VisualSFM: vsfm | |
| cd $< && make |