Dear All, I wanted to spend a few words about the installation guidelines for Sphinx on ubuntu since I just tried to install it on a clean Ubuntu desktop 9.04. As they stand the installation steps seem to be incomplete, especially in view of guiding a Java developer and not a pythonist or a standard linux developer (c, c++ skills). Specifically, I got stuck the first time with a long list of errors which basically required me to install python development package which brings in python headers, the command is:
sudo apt-get install python-dev After this I made it a bit further but then I got more errors, which I resolved by installing the build essentials as follows: sudo apt-get install build-essentials Notice that on windows things look easier, and the instructions seem just fine. I hope that these additions might help people in case they get stuck during the installation process. Ciao, Simone. ------------------------------------------------------- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://simboss.blogspot.com/ http://www.linkedin.com/in/simonegiannecchini ------------------------------------------------------- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
