-
Notifications
You must be signed in to change notification settings - Fork 2
Home
xchrdw edited this page Oct 29, 2013
·
18 revisions
git and cmake should be on the path!
windows:
Visual Studio 2013 is required
execute:
git clone git@github.com:voxelinc/voxellancer.git
cd voxellancer
[git checkout project_prototype]
git submodule init
git submodule update
unzip lib/lib.zip
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
now start voxellancer.sln und set the debugging working directory for voxellancer to "$(ProjectDir)/../../.."
linux:
execute:
git clone [email protected]:voxelinc/voxellancer.git
cd voxellancer
[git checkout project_prototype]
git submodule init
git submodule update
sudo apt-get install glew glm fmod???
mkdir build
cd build
cmake -G "???" ..