-
Notifications
You must be signed in to change notification settings - Fork 18
Build
Christoph Läubrich edited this page Mar 5, 2020
·
3 revisions
- A Java 8 JDK is required as well as JavaFX support, you have several options for this:
- You can download a JDK8 from Oracle https://www.oracle.com/java/technologies/javase-jdk8-downloads.html it already includes JavaFX
- You can download OpenJDK/OpenFX, for example Zulu Community(TM) offer pre-build packages that already combine OpenJDK/FX, or you can even build one of your own
- Install via the package manager of your system, make sure to install OpeneJDK+OpenFX as these are often seperate packages!
- You will need maven as a build tool, but be aware that Maven 3.6.1 and 3.6.2 do not work with tycho (a plugin that we use for building Eclipse projects), so either downgrade to 3.6.0 or use the latest 3.6.3!
- Clone the repository:
git clone -b develop [email protected]:eclipse/chemclipse.git
- Build: mvn
mvn -f chemclipse/chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml install
- Find the compiled product in
chemclipse/chemclipse/products/org.eclipse.chemclipse.rcp.compilation.community.product/target/products