Merge pull request #18 from daedroza/master

Minor changes for native installs
pull/19/head
Piero Toffanin 2017-06-26 09:07:04 -04:00 zatwierdzone przez GitHub
commit 1313d0185d
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -49,15 +49,15 @@ cd LAStools/LASzip
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make && make install
ldconfig
sudo make && sudo make install
sudo ldconfig
git clone https://github.com/pierotofy/PotreeConverter /staging/PotreeConverter
cd /staging/PotreeConverter
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DLASZIP_INCLUDE_DIRS=/staging/LAStools/LASzip/dll -DLASZIP_LIBRARY=/staging/LAStools/LASzip/build/src/liblaszip.so ..
make && make install
sudo make && sudo make install
```
2) Install gdal2tiles.py script, node.js and npm dependencies