Gistrec

.bashrc

Aug 17th, 2020
2,232
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. set Python2_LIBRARY=/usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
  2. set Python2_INCLUDE_DIR=/usr/include/python2.7
  3.  
  4. alias bench_build="cd ~/zenith/build && cmake --build . --target ZenithBenchmark --config Debug --parallel 4"
  5.  
  6. alias test_app_run="~/zenith/build/zenith-engine/bundle/CartoQtTestApp --map ~/Downloads/moscow.2gis"
  7. alias test_app_build="cd ~/zenith/build && cmake --build . --target CartoQtTestApp  --config Debug --parallel 4"
  8. alias test_app_check="~/zenith/build/zenith-engine/bundle/CartoQtTestApp --map ~/Desktop/out/"
  9.  
  10. 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"
  11. alias tilebuilder_build="cd ~/zenith/tilebuilder/Projects/build && cmake --build . --target tilebuilder --config Debug --parallel 4"
  12.  
  13. alias export_utils_run="~/zenith/build/zenith-engine/bundle/ZenithExportUtil -i ~/zenith/export-sqlite-lfs-2/tiles/ivanovo -o ~/Desktop/out/ --jobs 0"
  14. alias export_utils_build="cd ~/zenith/build && cmake --build . --target ZenithExportUtil --config Debug --parallel 8"
  15.  
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment