Skip to content

Commit

Permalink
Improve the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
romulogoncalves committed May 20, 2016
1 parent 0192b6d commit 860cb91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lasnlesc/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Installation:
First set the paths in:
config/lasNLeSC_config.sh
#Installation:

First set the paths in [config/lasNLeSC_config.sh](https://github.com/NLeSC/pointcloud-benchmark/blob/master/lasnlesc/config/lasNLeSC_config.sh)
```
for:
LASNLESC_HOME=
LIBLAS_HOME=
LASZIP_HOME=
```

Then do:
```
. config/lasNLeSC_config.sh
mkdir makefiles
Expand All @@ -19,3 +21,4 @@ cmake -DCMAKE_FIND_ROOT_PATH=$LIBLAS_HOME -DCMAKE_INSTALL_PREFIX=$LASNLESC_HOME
make
make install
```

0 comments on commit 860cb91

Please sign in to comment.