-
Notifications
You must be signed in to change notification settings - Fork 48
Building your own JSystem version
Building your own version of JSystem is a very easy process.
First, make sure that you have the following tools in your machine:
- JDK
- Maven
- Git
In order to get the JSystem code, from your operating system terminal or from the Git Bash, change to the folder you want to sources. Creating a git folder under your user folder can be a good place. Clone the project using the following command:
> git clone https://github.com/Top-Q/jsystem.git
Note: You can also use other methods like SSH or Subversion
From the terminal, change folder to jsystem/jsystem-parent and type the following command
> mvn clean install -DskipTests=true -P dist
This will compile all the JSystem modules and will assembly the project. If everything went well you will have the JSystem package in jsystem\jsystem-assembly\jsystem-runner\target\runner\
The JSystem project is maintained by Top-Q