tupdate readme - vsfm-linux-x86_64 - automated build of VisualSFM photogrammetr… | |
git clone git://src.adamsgaard.dk/vsfm-linux-x86_64 | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e885b652d70ee64b964119d186e7c5ce04ef9408 | |
parent 15f5fc10752b236ac4065b027b7f52592954a127 | |
Author: Anders Damsgaard Christensen <[email protected]> | |
Date: Mon, 20 Jun 2016 12:52:25 -0700 | |
update readme | |
Diffstat: | |
M README.md | 11 ++++++----- | |
1 file changed, 6 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
t@@ -2,18 +2,19 @@ | |
## Build requirements | |
GTK toolkit development files, freeglut development files, libdevil development | |
-files. Install all dependencies in Debian GNU/Linux with:: | |
- | |
- $ make install-reqs | |
+files. Install all dependencies in Debian GNU/Linux with: | |
+ | |
+ $ make install-reqs | |
## Usage | |
This script installs, builds and runds VisualSFM and its requirements SiftGPU | |
-and PBA in the directory. Simply execute ``./visualsfm.sh``. On the first run … | |
+and PBA in the directory. Simply execute `./visualsfm.sh`. On the first run it | |
will download, install, build and run the software. Subsequent runs simply | |
launch the VisualSFM GUI. | |
## Author | |
-Anders Damsgaard, <[email protected]> | |
+[Anders Damsgaard](mailto:[email protected]) with contributions by Caleb | |
+Adams. | |
## Todo | |
- VisualSFM is built without CUDA acceleration. Add optional GPU build. |