Versions Compared

Key

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

Compil Source:


Code Block
# unzip gind-r-iosuite-standalone-{VERSION}-src.zip
# cd gind/
# mvn install '-Dmaven.test.skip'

Distribution Generation:

  • For Windows:

Code Block
# cd ci/gind-ci-dev-riosuite/packaging/gind-r-iosuite-standalone/
# mvn install '-Dmaven.test.skip' '-Ddistrib' '-Dwindows'


  • For Linux:

Code Block
# cd ci/gind-ci-dev-riosuite/packaging/gind-r-iosuite-standalone/
# mvn install '-Dmaven.test.skip' '-Ddistrib' '-Dlinux'


  • For MacOsX:

Code Block
# cd ci/gind-ci-dev-riosuite/packaging/gind-r-iosuite-standalone/
# mvn install '-Dmaven.test.skip' '-Ddistrib' '-Dmacosx'

...

Result in the target folder and retrieve the file gind-r-iosuite-standalone-{OS_VERSION}-{VERSION}.zip


Start the program:

  1. Unzip the gind-r-iosuite-standalone-{OS_VERSION}-{VERSION}.zip file to the location you want.
  2. Launch program:

...