On 28.08.2008, at 04:49, Greg Ercolano wrote: > xarver wrote: >> I think FLTK looks interesting to learn, >> and I want to install it but have no idea how... >> I downloaded the tar.gz file and extracted it to the folder I want >> it in, >> and I typed make in the terminal like it said in the readme >> while the folder was open, and it didn't work... >> >> 'make: *** No targets specified and no makefile found. Stop. > > Make sure you're cd'ed into the directory where you > extracted fltk, and then run make. > > For make to work correctly, you need to be in the > directory where the Makefile (and README) is located.
Once you are in that directory, you can also run tehse for an even better installation: : autoconf : ./configure : make : test/demo : sudo make install > ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

