
11-12-2011, 10:36 PM
|
Delterian Hybrid
|
 |
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
|
|
Worked! Thanks. Here is what I did.
1. Open a Terminal
2. Install Git:
sudo apt-get install git-core
3. Clone the Git repository locally: (Have the source file downloaded somewhere on your system)
git clone git://github.com/fry/graal-gonstruct.git
4. Change to the Git Repository folder:
cd graal-gonstruct
5. Git Checkout Gonstruct Version 0.2.3:
git checkout 0.2.3
6. Install Gonstruct's dependencies:
sudo apt-get install libglew1.5-dev libgtkmm-2.4-dev libgtksourceview2.0-dev libgtkgl2.0-dev libboost-dev libboost-filesystem-dev ruby cmake
7. Generate the makefiles:
cmake .
8. Run the makefile:
make
9. Run Gonstruct:
src/level_editor/gonstruct |
|
|