From 37929f49dd51dce8fc56b065d447eeb8e6e62bc2 Mon Sep 17 00:00:00 2001 From: Ken Arroyo Ohori Date: Tue, 20 Sep 2022 16:00:39 +0100 Subject: [PATCH] improve Mac install instructions --- docs/pages/getting-started/installation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/pages/getting-started/installation.md b/docs/pages/getting-started/installation.md index e6a1da09..1ff0e420 100644 --- a/docs/pages/getting-started/installation.md +++ b/docs/pages/getting-started/installation.md @@ -64,11 +64,18 @@ You need to install the following free libraries: We suggest using [Homebrew](http://brew.sh/) for the first 4: + $ brew install cmake $ brew install cgal $ brew install gdal - $ brew install cmake + $ brew install yamp-cpp + +For LASlib/LASzip, get the source code from the LAStools repository and use the `CMakeLists.txt` included in the root folder: + + $ git clone git@github.com:LAStools/LAStools.git + $ cmake . + $ make install -For LASlib/LASzip, follow the instruction and use the `CMakeLists.txt`. +If you're getting the clang compilation error `character too large for enclosing character literal type`, comment out [the line](https://github.com/LAStools/LAStools/issues/103) causing the problem and try again. To compile 3dfier: