-
Notifications
You must be signed in to change notification settings - Fork 233
Building from Source
Jennifer Vendetti edited this page Nov 5, 2013
·
13 revisions
Details the steps necessary to download the Protege Desktop source code, and build a distribution from those sources.
To follow this step-by-step guide, you must have Maven and Git installed.
- Get a copy of the Protege Desktop source code, i.e., "git clone https://github.com/protegeproject/protege.git protege".
- Change into the protege directory.
- Type mvn clean install.
Once the build completes, a usable Protege Desktop installation will have been created in:
protege/protege-distribution/target/protege-distribution-${version}-bin/Protege
Use the run.bat or run.sh scripts to launch Protege Desktop.