-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|