Skip to content
xchrdw edited this page Oct 29, 2013 · 18 revisions

Welcome to the voxellancer wiki!

build (windows):

git and cmake should be on the path!

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 ;)

build (linux):

git and cmake should be on the path!

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] ???
mkdir build
cd build
cmake -G "???" ..