Skip to content

Commit

Permalink
improve Mac install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenohori committed Sep 20, 2022
1 parent fa66ee6 commit 37929f4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/pages/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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:

Expand Down

0 comments on commit 37929f4

Please sign in to comment.