tupdate readme - 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 e885b652d70ee64b964119d186e7c5ce04ef9408
 (DIR) parent 15f5fc10752b236ac4065b027b7f52592954a127
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Mon, 20 Jun 2016 12:52:25 -0700
       
       update readme
       
       Diffstat:
         M README.md                           |      11 ++++++-----
       
       1 file changed, 6 insertions(+), 5 deletions(-)
       ---
 (DIR) 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 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.