Changes between Initial Version and Version 1 of svn


Ignore:
Timestamp:
Oct 18, 2010, 12:40:37 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • svn

    v1 v1  
     1= SVN Instructions =
     2
     3To check out the entire OSSIM distribution:
     4{{{
     5svn co http://svn.osgeo.org/ossim/trunk .
     6}}}
     7
     8Note the trailing dot.
     9
     10To check out individual OSSIM modules:
     11{{{
     12svn co http://svn.osgeo.org/ossim/trunk/<module name> .
     13}}}
     14
     15== Modules ==
     16 * ossim  - core ossim library
     17 * libwms - OGC wms support library
     18 * ossimPlanet - core planet library
     19 * ossimPlanetQt - planet Trolltech Qt Gui interface library
     20 * ossimPredator - support for predator UAVs
     21 * ossim_contrib - external ossim contributions
     22 * ossim_qt - qt3 interface libraries (includes ImageLinker, iview)
     23 * ossim_qt4 - qt4 interface libraries (new ImageLinker,  iview)
     24 * ossim_plugins - ossim plugin source
     25 * omar-1.0 - ossim mapping and archiving
     26 * omarStager - ingest system for OMAR
     27 * oms - ossim mapping services (web)
     28 * pqe - Position Quality Evaluator Library