cagelight / dogiradiant

http://ja.dogi.us
0 stars 1 forks source link

dogiradiant

dogiradiant is an open-source, cross-platform level editor for DogiJK. It comes with some map compilers and data authoring tools. Forked from GtkRadiant

How to build

Build is only supported on Linux

# get the source
git clone "https://github.com/cagelight/dogiradiant.git"

# enter the source tree
cd dogiradiant

# create build directory and enter it
mkdir build && cd build

# generate build files
cmake -G Ninja ..

# begin compilation
ninja install

Level editor binary (radiant) and tools (like q3map2) will be found in install/ directory.