Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the GeomConverter directory and build a distribution in place.
    No Format
    maven dist -Drun.install=`pwd` run:install
    
  2. Unzip the distribution from one directory below the current one. (This example has a hardcoded version number.)
  3. No Format
    
    cd ..
    tar -zxvf GeomConverter/target/GeomConverter-0.3.tar.gz
    
    Run the compact to LCDD converter using the script.
    No Format
    GeomConverter-0.3/bin/GeomConverter compact.xml det.lcdd
    

...

The full syntax for running GeomConverter is

No Format
GeomConverter-0.3/bin/GeomConverter [-o format] [<infile> [<outfile>]]

...