You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/KranX/Vangers
cd Vangers
Clunk
git clone https://github.com/stalkerg/clunk
cd clunk
mkdir install
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install/ ..
make install
cd ..
export CLUNK_ROOT=`pwd`/install
Build
Continue with the game:
cd Vangers/build
cmake ..
Note: the "cmake/FindClunk.cmake" needs to use the $ENV{CLUNK_ROOT} to find it.