Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set Python2_LIBRARY=/usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
- set Python2_INCLUDE_DIR=/usr/include/python2.7
- alias bench_build="cd ~/zenith/build && cmake --build . --target ZenithBenchmark --config Debug --parallel 4"
- alias test_app_run="~/zenith/build/zenith-engine/bundle/CartoQtTestApp --map ~/Downloads/moscow.2gis"
- alias test_app_build="cd ~/zenith/build && cmake --build . --target CartoQtTestApp --config Debug --parallel 4"
- alias test_app_check="~/zenith/build/zenith-engine/bundle/CartoQtTestApp --map ~/Desktop/out/"
- alias tilebuilder_run="cd ~/zenith/tilebuilder/Projects/build/ZenTileBuilder && ./tilebuilder -d /home/akovalko/Downloads/CityZc-13883/tiles_ivanovo --start-level 9 --finish-level 9 --tiles=on"
- alias tilebuilder_build="cd ~/zenith/tilebuilder/Projects/build && cmake --build . --target tilebuilder --config Debug --parallel 4"
- alias export_utils_run="~/zenith/build/zenith-engine/bundle/ZenithExportUtil -i ~/zenith/export-sqlite-lfs-2/tiles/ivanovo -o ~/Desktop/out/ --jobs 0"
- alias export_utils_build="cd ~/zenith/build && cmake --build . --target ZenithExportUtil --config Debug --parallel 8"
Advertisement