Versions Compared

Key

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

...

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

Windows users need to run GeomConverter.bat from the Windows command prompt instead of the GeomConverter script.

Command Syntax

The full syntax for running GeomConverter is

...