Tremulous Forum

General => Troubleshooting => Topic started by: Relish on July 12, 2010, 06:02:51 am

Title: Compile gtkglext on mac, need help
Post by: Relish on July 12, 2010, 06:02:51 am
Ok, so I am trying to compile gtkglext for netradiant.  So I have compiled gtk+ and the installation is in ~/gtk/inst.  I don't want to move it to /usr/local and I'm not even sure if that would work, but when I configure gtkradiant (with ./configure) it cant find netradiant.  The think is, what can I put as an option for configure so it will look for gtk+ in ~/gtk/inst?  I have all the proper libraries/includes and stuffs.
Title: Re: Compile gtkglext on mac, need help
Post by: David on July 12, 2010, 08:47:47 am
do ./configure --help and it will probably tell you.
Title: Re: Compile gtkglext on mac, need help
Post by: Relish on July 12, 2010, 07:28:25 pm
do ./configure --help and it will probably tell you.
I did, and that didn't help.  That's why I'm asking.