On 13.11.2010, at 08:36, Greg Ercolano wrote: > Just an FYI for anyone wanting to build FLTK on Fedora 14.. > > Here's the two 'yum install' commands needed to get the compiler > and X dev environment installed on a fresh install: > > yum install gcc gcc-c++ autoconf automake > yum groupinstall "X Software Development" > > I personally haven't used fedora/redhat in a while since ubuntu, > but found myself needing fedora to get an x86_64 machine running.
In README.Unix.txt, I recommend: su root yum groupinstall "Development Tools" yum groupinstall "X Software Development" so, basically the same plus Subversion. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

