On 15.12.2009, at 19:03, Mike Welsh wrote: > I'm a newbie to compiling and installing on Linux. > I've read > PLease would someone post a message stating a simple step by step set of > instructions on how to install MailReactor starting with > MailReactor_src.tar.gz in my Downloads directory and have read the INSTALL > file below but do not understand what it means, sorry.
download fltk unpack it to wherever you like use the shell and go inside the fltk directory then run: --- autoconf --- ./configure check the output. The configuration file should find teh X11 developer files and other stuff. If any of these fail, install them. --- make --- test/demo If al the demos run and look ok --- sudo make install Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

