Skip to content

Accessing the Source Code

The OpenJAUS SDK is distributed as a set of C++ source code and associated files archived together in a zip file. This archive is available from the OpenJAUS client site, which you were provided access to when you purchased the SDK. If you don't remember the URL for the client site, please contact support.

Download

  • After logging into the OpenJAUS client site:
    • Click on Projects in the top left
    • Click on the link to the apprpriate SDK project
    • Click on the Downloads tab
  • You should see the list of zip files which can be downloaded
  • Click on the version you want to download

Extract the Source

  • Extract the downloaded zip file
    • The files in the archive are already under a top-level folder so you don't need to extract to a folder
  • There will be a folder called org.openjaus.sae-sdk.cpp, which contains sub-folders such as:
    • org.openjaus.buildtools.cpp
    • org.openjaus.cpp
    • org.openjaus.core-v1.1.cpp
    • ...