Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
tell the user how to enable LASzip in libLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Aug 13, 2012
1 parent 934838a commit ceb60de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ $ cd build
$ ccmake ..
```

**Note:** Make sure that `WITH_GDAL` and `WITH_GEOTIFF` are set to `ON` (default is `OFF`). Hitting `'c'` followed by `'g'` will configure and generate all files for the build process. Running
**Note:** Make sure that `WITH_GDAL` and `WITH_GEOTIFF` are set to `ON` (default is `OFF`). If building with optional LASzip support, also set `WITH_LASZIP` to `ON` (default is `OFF`).

Hitting `'c'` followed by `'g'` will configure and generate all files for the build process. Running

```
$ make
Expand Down

0 comments on commit ceb60de

Please sign in to comment.