Skip to content

How to build RISCOSS platform

Lidia edited this page Apr 20, 2015 · 6 revisions

Building

Prerequisites

In order to build the RISCOSS Platform you need to:

  • Install Java JDK7
  • Install Maven 3.0.5
  • Set the environment variable MAVEN_OPTS to the value -Xmx1024m -XX:MaxPermSize=256m
  • Put the file settings.xml in your local Maven directory (usually located under .m2 in your home directory). The settings.xml file is available in the etc directory of this repository.
  • Donwload and copy the Smile binary library to riscoss-platform-jsmile/src/main/resources/. The library to copy depends on your operating system. For Linux/X86_64 it's called libjsmile.so

How to build

To build the RISCOSS Platform just run the command mvn install from the root directory.

Depending on your connection speed, and the number of artifacts to download, it will take between 5 and 20 minutes to build the whole platform.