VCityTeam / 3DUSE

Other
5 stars 5 forks source link

LASlib or liblas: document the choice #35

Open EricBoix opened 7 years ago

EricBoix commented 7 years ago

Issue by frogsapo Friday Apr 15, 2016 at 13:57 GMT Originally opened as https://github.com/MEPP-team/VCity/issues/98


Concerning VCity LASlib dependency further inquire on the following:

Should VCity opt for LASlib or libLAS:

andredaa commented 5 years ago

When trying to install 3DUSE the make fails, because it misses the LASLIB package. Make Error at CMakeLists.txt:375 (message): LASLIB not found. even though I installed LASTOOLS.zip sucessfully. Do you have an idea how to fix this?

EricBoix commented 5 years ago

@andredaa , 3DUse currently embarks its own copy of Laslib (in order to freeze the version). This embarked version needs to be installed manually as documented (e.g. for Ubuntu) in the manual installation of LASlib section of the installation docs. When your system is Linux/OSX, and if you chose to install LASlib somewhere in your user directory (as opposed to /usr/local e.g. because you don't have root or do not wish to mess up your /usr/local), you will then need (when configuring the 3DUse build) to point cmake to where you installed LASlib... What is the OS on which you are trying to build ?