[Liblas-commits] hg: more notes about boost

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Aug 18 14:34:59 EDT 2010


changeset e8da8fe9abbd in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=e8da8fe9abbd
summary: more notes about boost

diffstat:

 doc/compilation.txt |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9b27b10f4ef7 -r e8da8fe9abbd doc/compilation.txt
--- a/doc/compilation.txt	Wed Aug 18 13:31:30 2010 -0500
+++ b/doc/compilation.txt	Wed Aug 18 13:34:53 2010 -0500
@@ -59,8 +59,15 @@
 `Boost`_
 ------------------------------------------------------------------------------
 
-`Boost`_ is required to build libLAS 1.6.  Set ``BOOST_INCLUDEDIR`` if 
-cmake cannot find it in a default location.
+`Boost`_ is required to build libLAS 1.6.  Set ``Boost_INCLUDE_DIR`` if 
+CMake cannot find it in a default location.  Additionally, set ``Boost_LIBRARY_DIRS`` 
+if it cannot find your libraries.
+
+.. note::
+
+    If you are building on Windows, http://www.boostpro.com/download/ has 
+    an excellent installer.  Make sure to select the program_options 
+    library to install when prompted.
 
 
 .. _optional_libraries:


More information about the Liblas-commits mailing list