Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xpol/jace
Automatically exported from code.google.com/p/jace
https://github.com/xpol/jace
Last synced: 14 days ago
JSON representation
Automatically exported from code.google.com/p/jace
- Host: GitHub
- URL: https://github.com/xpol/jace
- Owner: xpol
- Created: 2015-11-28T02:38:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T02:41:07.000Z (about 9 years ago)
- Last Synced: 2024-12-24T23:07:05.385Z (16 days ago)
- Language: Java
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Jace 1.2.18
This package includes the following:
Definitions
-----------1) %MAVEN_HOME% refers to the installation directory of Apache Maven
2) %JACE_HOME% refers to the installation directory of JaceInstall Maven
-------------1) Download Maven 3.0.4 from http://maven.apache.org/download.html
2) Extract Maven into %MAVEN_HOME% and add %MAVEN_HOME%\bin to the PATH environment variableBuilding Jace
-------------1) Open %JACE_HOME% in a terminal
2) Run "mvn help:all-profiles" to list available build platforms
3) Run "mvn install -P" where is one of the platforms listed in the previous step
4) The JAR file generated in %JACE_HOME%/core/cpp/target contains the C++ libraries and include files.
The JAR file generated in %JACE_HOME%/core/java/target contains the Java libraries.
Example code is generated in %JACE_HOME%/examples//target.I need your support! If you can help developing Jace, please contact me at [email protected]