MBeijer / graal-gonstruct

An unoffical level editor replacement for the online game Graal

Home Page:http://londeroth.org/~fry/gonstruct/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gonstruct
---------
Gonstruct is an unofficial level editor replacement for the Zelda-like online
game Graal Online (http://www.graalonline.com).

Compiling
---------
To compile Gonstruct from source, the following packages/tools are required:
  * gtkmm
  * gtksourceview (gtksourceview2 in MacPorts)
  * gtkglarea 2.0.1 (libgtkgl in Ubuntu, gtkglarea2 in MacPorts)
  * boost
  * ruby
  * CMake

To generate the makefiles required to build gonstruct, execute
 $ cmake .
from the repository root. If you need to specify additional options (Debug),
refer to the CMake manual.

for both
 $ make
 $ src/level_editor/gonstruct

Compiling on Windows
--------------------
Windows is going to be a bit more difficult, you will need to properly set up
  * msys and mingw: http://www.mingw.org/
  * gtkmm: http://live.gnome.org/gtkmm/MSWindows
  * gtksourceview: both available packages (dev and runtimes) from
    http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/
    (don't use 2.9.3) and extract both into the directory
    you installed gtkmm into
  * gtkglarea: from http://ftp.gnome.org/pub/gnome/sources/gtkglarea/2.0/
    compile with
    $ ./configure --prefix=<path to your gtkmm dir> && make && make install

About

An unoffical level editor replacement for the online game Graal

http://londeroth.org/~fry/gonstruct/


Languages

Language:C 88.7%Language:C++ 10.6%Language:Shell 0.5%Language:CMake 0.2%Language:Ruby 0.1%Language:Batchfile 0.0%