> Here's what I installed for Ubuntu 8.04 to get the g++ compiler > and all the usual development stuff up; from my administration log: > > apt-get install g++ > apt-get install manpages-dev -- don't > forget the man pages! > apt-get install subversion -- aka svn > apt-get install libx11-dev -- X windows dev > apt-get install libxt-dev -- X windows dev > apt-get install libxft-dev -- > antialiased fonts > apt-get install libglut3-dev -- gets > opengl, glut, etc > apt-get install patch -- gotta > have "patch".. wtf > > Optional: > apt-get install valgrind -- debugging > apt-get install doc-linux-html -- > /usr/share/doc/HOWTO > apt-get install indent -- code > reformatting > apt-get install xxdiff -- GUI diff > apt-get install doxygen -- code > documentation tool > apt-get install texlive -- pdf latex > apt-get install mpage -- code > printing tool (multiple pages per page)
I have a vague recollection (unlike Greg I am rubbish at keeping usable logs...) that I also had to install the dev packages for libpng, libjpeg and zlib. Also, rather than xxdiff I'm a big fan of meld. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

