Changes between Version 3 and Version 4 of svn


Ignore:
Timestamp:
Oct 23, 2010, 8:10:02 AM (14 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • svn

    v3 v4  
    11= Downloading Source Code =
    22
    3 OSSIM source code is available via Subversion (SVN). To check out the entire OSSIM distribution, simply type:
     3OSSIM source code is available via Subversion (SVN). To check out the entire OSSIM distribution (ALL modules), simply type:
    44{{{
    55svn co http://svn.osgeo.org/ossim/trunk .
    66}}}
    77
     8To check out an individual OSSIM modules:
     9{{{
     10svn co http://svn.osgeo.org/ossim/trunk/<module> <module>
     11}}}
     12Example, get the ossim_package_support(required for build) and ossim module:
     13{{{
     14svn co http://svn.osgeo.org/ossim/trunk/ossim_package_support ossim_package_support
     15svn co http://svn.osgeo.org/ossim/trunk/ossim ossim
     16}}}
     17== Current modules under trunk ==
     18 * csm_plugin
     19 * csmApi
     20 * gsoc
     21 * libwms - OGC wms support library
     22 * omarStager - ingest system for OMAR
     23 * oms - ossim mapping services (web)
     24 * ossim  - core ossim library
     25 * ossim_contrib - external ossim contributions
     26 * ossim_package_support - Support module, contains cmake support among other things.
     27 * ossim_plugins - ossim plugin source
     28 * ossim_qt - qt3 interface libraries (includes ImageLinker, iview)
     29 * ossim_qt4 - qt4 interface libraries (new ImageLinker,  iview)
     30 * ossimPlanet - core planet library
     31 * ossimplanetCocoa
     32 * ossimPlanetQt - planet Trolltech Qt Gui interface library
     33 * ossimPredator - support for predator UAVs
     34 * planet_mesage
     35 * pqe - Position Quality Evaluator Library(stand alone port of ossim's pqe code)
     36 * swigossim
     37
     38== Current modules under root ==
     39 * omar - ossim mapping and archiving
     40 * ossim_junkyard - A place for junk(deleted) code.
     41
     42Get omar:
     43{{{
     44svn co http://svn.osgeo.org/ossim/omar omar
     45}}}
     46Get ossim_junkyard:
     47{{{
     48svn co http://svn.osgeo.org/ossim/ossim_junkyard ossim_junkyard
     49}}}
    850
    951
    10 To check out individual OSSIM modules:
    11 {{{
    12 svn co http://svn.osgeo.org/ossim/trunk/<module> .
    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