View Full Version : FOX Toolkit
mmshls
02-24-2003, 09:19 AM
Has anyone here used the FOX toolkit with ogl? I compiled and ran the "gltest" program, but it uses software rendering. What needs to be done to get it to use hardware?
Thanks.
Howdy,
I looked at the fox toolkit as an alternative to GNOME, but decided GNOME is the way to go (for me, at least).
You have to type
./configure --with-opengl=opengl
and then
make
and then (optionally)
make install
the trick is the --with-openg=opengl so it links against libGL rather than libMesaGL.
enjoy!
John
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.