[Liblas-commits] hg: more compilation docs

liblas-commits at liblas.org liblas-commits at liblas.org
Mon May 24 11:42:56 EDT 2010


changeset 08fd3638254b in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=08fd3638254b
summary: more compilation docs

diffstat:

 doc/compilation.txt                              |   62 ++++++----------------
 doc/images/windows-command-prompt.png            |    0 
 doc/images/windows-osgeo4w-advanced-install.png  |    0 
 doc/images/windows-osgeo4w-choosing-packages.png |    0 
 4 files changed, 17 insertions(+), 45 deletions(-)

diffs (82 lines):

diff -r 52814339c0a1 -r 08fd3638254b doc/compilation.txt
--- a/doc/compilation.txt	Fri May 21 14:20:39 2010 -0500
+++ b/doc/compilation.txt	Mon May 24 10:42:45 2010 -0500
@@ -468,55 +468,27 @@
     
 
 
-::
+Using "Visual Studio 9 2008" on Windows
+..............................................................................
 
-    $ cmake ../main
-    -- The C compiler identification is GNU
-    -- The CXX compiler identification is GNU
-    -- Check for working C compiler: /usr/bin/gcc
-    -- Check for working C compiler: /usr/bin/gcc -- works
-    -- Detecting C compiler ABI info
-    -- Detecting C compiler ABI info - done
-    -- Check for working CXX compiler: /usr/bin/c++
-    -- Check for working CXX compiler: /usr/bin/c++ -- works
-    -- Detecting CXX compiler ABI info
-    -- Detecting CXX compiler ABI info - done
-    -- Enable libLAS utilities to build - done
-    -- Configuring done
-    -- Generating done
-    -- Build files have been written to: /home/mloskot/dev/liblas/_hg/build
+    
+Prerequisites
+------------------------------------------------------------------------------
 
-* Inspect available targets
+* Ensure that you have `CMake 2.8.0+`_ installed on your system.
 
-::
+* Make sure you run `CMake`_ from a "Visual Studio 2008 Command Prompt"
+  
+  .. note::
+        This can be found by navigating through the start bar to 
+        "Start" -- "Microsoft Visual Studio 2008" -- "Visual Studio Tools " --
+        "Visual Studio 2008 Command Prompt".  This command prompt sets 
+        a number of environment variables necessary for Visual Studio to 
+        run, and `CMake`_ must have these variables set in order for it to 
+        work properly.
 
-    $ make help
-    The following are some of the valid targets for this Makefile:
-    ... all (the default if no target is provided)
-    ... clean
-    ... depend
-    ... edit_cache
-    ... install
-    ... install/local
-    ... install/strip
-    ... list_install_components
-    ... rebuild_cache
-    ... las
-    ... las_c
-    ... las2las
-    ... las2txt
-    ... lasinfo
-    ... lasmerge
-    ... txt2las
-
-
-* Build
-
-::
-
-    $ make
-
-
+  .. figure:: ./images/windows-command-prompt.png
+    :alt: Visual Studio Command prompt
 
 
 .. _`CMake`: http://www.cmake.org/
diff -r 52814339c0a1 -r 08fd3638254b doc/images/windows-command-prompt.png
Binary file doc/images/windows-command-prompt.png has changed
diff -r 52814339c0a1 -r 08fd3638254b doc/images/windows-osgeo4w-advanced-install.png
Binary file doc/images/windows-osgeo4w-advanced-install.png has changed
diff -r 52814339c0a1 -r 08fd3638254b doc/images/windows-osgeo4w-choosing-packages.png
Binary file doc/images/windows-osgeo4w-choosing-packages.png has changed


More information about the Liblas-commits mailing list