resurtm

Untitled

Nov 12th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. cd "$HOME"/zandronum_build/zandronum && \
  2. hg update -cr 'max(tagged())'
  3.  
  4.  
  5. cd "$HOME"/zandronum_build/zandronum/buildclient && \
  6. if [ "$(uname -m)" = "x86_64" ]; then
  7. a="64"
  8. else
  9. a=""
  10. fi && \
  11. make clean ; \
  12. cmake -DCMAKE_BUILD_TYPE=Release \
  13. -DFMOD_LIBRARY="$HOME"/zandronum_build/zandronum/fmodapi42416linux"$a"/api/lib/libfmodex"$a"-4.24.16.so \
  14. -DFMOD_INCLUDE_DIR="$HOME"/zandronum_build/zandronum/fmodapi42416linux"$a"/api/inc .. && \
  15. make
Advertisement
Add Comment
Please, Sign In to add comment