====== Terralib5 Docs ====== ===== How to get Terralib5 under SVN repository ===== - Install Visual Studio 2008 Professional - Install Tortoise and Doxygen * [[http://tortoisesvn.net/downloads|Download]] and install TortoiseSVN (last version). \\ Tortoise is a subversion client implemented as a window shell extension that enables Subversion commands directly in windows explorer. * [[http://www.doxygen.org|Download]] and Install Doxygen (last version). \\ Doxygen is a documentation system for C++, C, Java and others. It can generate an on-line documentation browser (HTML) from a set of documented source files (the documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code). - Create a diretory (in this case the directory name is terralib5). * Go to created directory. - Checking out terralib files: * Right click the directory terralib5 >> SVN checkout... * Checkout window * Repository: https://svn.dpi.inpe.br/terralib * Checkout Directory: C:\terralib5\terralib * Revision: HEAD revision * OK (unix user/passw) - Checking out third party libraries: * Right click the directory terralib5 >> SVN checkout... * Checkout window * Repository: https://svn.dpi.inpe.br/thirdparty * Checkout Directory: C:\terralib5\thirdparty * Revision: HEAD revision * OK (Unix user/passw) - Checking out test data used in unit test: * Right click the directory terralib5 >> SVN checkout... * Checkout window * Repository: https://svn.dpi.inpe.br/terralib_test_data * Checkout Directory: C:\terralib5\terralib_test_data * Revision: HEAD revision * OK (unix user/passw) - Follow instructions under ''C:\terralib5\thirdparty\howto-build-thirdparty.txt'' to build third party libraries used by terralib. - Go to C:\terralib5\terralib\build and choose one of the win compilers version (2008 or 2005) directory and open the solution all.sln - Building projects: terralib, tiff, proj4, postgis and the unit test available. - Run the unit tests... - Runinng doxygen to generate the documentation: * In a DOS Prompt go to ''C:\terralib5\terralib\doc\doxygen\'' and run doxygen with the config_file available. * As an example see the line below. \\ ''C:\terralib5\terralib\doc\doxygen> doxygen terralib_doc_config'' \\ * See documentantion generated at ''C:\terralib5\terralib\doc\doxygen\doc\html\index.html''