I want to compile this program called GTKRadiant on Debian Sarge v3.1 r0, but I'm having trouble. I'm going per these instructions: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/COMPILING
So I downloaded the SVN trunk of GTKRadiant and made sure I had gcc3,scons=0.96,python>=2.3.0,svn>=1.1 as it says under environment requirements.
gcc --version worked, scons --version worked, python worked, svn --version worked.
Alright now I come to this part where I need gtk+ 2.4. How do I check my gtk+ version?? Much less all the others?
So I downloaded the SVN trunk of GTKRadiant and made sure I had gcc3,scons=0.96,python>=2.3.0,svn>=1.1 as it says under environment requirements.
- Linux/OSX(using X-windows)
==========================
environment:
- gcc3 (preferably)
- scons = 0.96 (radiant is built with scons rather than make)
- python >= 2.3.0 (scons requires python, some build steps use python)
- svn >= 1.1 (some build steps use svn)
gcc --version worked, scons --version worked, python worked, svn --version worked.
Alright now I come to this part where I need gtk+ 2.4. How do I check my gtk+ version?? Much less all the others?
- dependencies:
- gtk+ >= 2.4.0 (requires glib, atk, pango, iconv, etc)
- gtkglext >= 1.0.0 (requires opengl)
- libxml2 >= 2.0.0
- zlib >= 1.2.0 (for archivezip module)
- libpng >= 1.2.0 (for imagepng module)
- libmhash = 0.9.0 (for q3map2)