[Liblas-commits] hg: notes about OCI on windows and back down the
minimum boost v...
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Aug 26 21:33:38 EDT 2010
changeset b7bbdf3c4604 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=b7bbdf3c4604
summary: notes about OCI on windows and back down the minimum boost version to 1.38, which is what cmake is enforcing currently
diffstat:
doc/compilation.txt | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 13fbb7708583 -r b7bbdf3c4604 doc/compilation.txt
--- a/doc/compilation.txt Thu Aug 26 20:32:48 2010 -0500
+++ b/doc/compilation.txt Thu Aug 26 20:33:30 2010 -0500
@@ -64,13 +64,15 @@
if it cannot find your libraries.
.. warning::
- You need Boost version 1.41.0 or higher to build libLAS 1.6.
+ You need Boost version 1.38.0 or higher to build libLAS 1.6.
.. 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.
+ library, and select static + multithreaded as the types. If you want to
+ link in a different way, you will have to change your CMakeLists.txt
+ file accordingly.
.. _optional_libraries:
@@ -135,6 +137,9 @@
ln -s libclntsh.so.10.1 libclntsh.so
ln -s libociei.so.10.1 libociei.so
+.. note::
+ MSVC should only require the oci.lib and oci.dll library and dlls.
+
* Oracle 11g is recommended, but OCI for 10g will work.
.. _`libgeotiff`: http://www.remotesensing.org/geotiff/geotiff.html
More information about the Liblas-commits
mailing list