Changeset 568
- Timestamp:
- Feb 9, 2015, 6:00:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/orfeotoolbox.txt
r567 r568 30 30 ******************** 31 31 32 .. Note:: For OTB and ITK, the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS must first be set 32 .. Note:: For OTB and ITK, the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS must first be set to ``-fPIC`` 33 33 34 34 Download lastest ZOO-Kernel code from SVN. … … 44 44 cd zoo-kernel 45 45 autoconf 46 ./configure --with- xsltconfig=/usr/bin/xslt-config ** --with-otb=/usr/local --with-itk=/usr/local --with-itk-version=4.7 **46 ./configure --with-otb=/usr/local --with-itk=/usr/local --with-itk-version=4.7 47 47 make 48 48 cp zoo_loader.cgi /usr/lib/cgi-bin … … 54 54 ^^^^^^^^^^^^^^^^^^^^^^^ 55 55 56 Add the following content to your ``/usr/lib/cgi-bin/main.cfg`` file 57 56 Add the following content to your ``/usr/lib/cgi-bin/main.cfg`` file 57 in the ``[env]`` section: 58 58 59 59 .. code-block:: guess 60 60 61 TK_AUTOLOAD_PATH=/usr/local/lib/otb/applications61 ITK_AUTOLOAD_PATH=/usr/local/lib/otb/applications 62 62 63 63 Services configuration file
Note: See TracChangeset
for help on using the changeset viewer.