Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd "$HOME"/zandronum_build/zandronum && \
- hg update -cr 'max(tagged())'
- cd "$HOME"/zandronum_build/zandronum/buildclient && \
- if [ "$(uname -m)" = "x86_64" ]; then
- a="64"
- else
- a=""
- fi && \
- make clean ; \
- cmake -DCMAKE_BUILD_TYPE=Release \
- -DFMOD_LIBRARY="$HOME"/zandronum_build/zandronum/fmodapi42416linux"$a"/api/lib/libfmodex"$a"-4.24.16.so \
- -DFMOD_INCLUDE_DIR="$HOME"/zandronum_build/zandronum/fmodapi42416linux"$a"/api/inc .. && \
- make
Advertisement
Add Comment
Please, Sign In to add comment