commit e885b652d70ee64b964119d186e7c5ce04ef9408
parent 15f5fc10752b236ac4065b027b7f52592954a127
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Mon, 20 Jun 2016 12:52:25 -0700
update readme
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -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 it
+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, <anders.damsgaard@geo.au.dk>
+[Anders Damsgaard](mailto:adamsgaard@ucsd.edu) with contributions by Caleb
+Adams.
## Todo
- VisualSFM is built without CUDA acceleration. Add optional GPU build.