Skip to content
Patrick Grawehr edited this page Aug 16, 2015 · 1 revision

Welcome to the golgotha wiki!

Quick introductory documentation:

Building the Project is very easy:

If you wan't to compile on windows yourself, you can either open golgotha.dsw (for MSVC 6) or golgotha.sln (for Visual Studio 2003 or later), compile and run. The exe goes directly to the root folder of the repository (this was the easiest solution back when this was designed).

If you're building for unix/linux, you need to "./configure" before you can "gmake" and then type "./golgotha.elf". Don't use the bsd make (standard "make") tool, it won't work properly.

Clone this wiki locally