Building Protege 5

From SW_OWF
Revision as of 15:03, 3 April 2015 by Lloyd Rutledge (talk | contribs) (translate.google.com)
Jump to navigation Jump to search

Building Protégé 5 consists of the following steps:

  1. Preparing the Protégé repository
  2. Building Protégé

Preparing the Protégé repository

  1. Create a new folder which will contain the Git Repository for Protégé source code. This folder called <Protégé>
  2. Enter a Git clone of the Protégé Desktop 5 remote repository
    1. Right-click <Protégé>
    2. Choose Git Clone
    3. Fill the Clone screen
      • URL: https: / /github.com/protegeproject/protege.git
      • Directory: <Protégé>
      • no further checkmarks active
    4. Press OK

Building Protégé

Building the Protégé components is as follows:

  1. click right click on <Protégé> while holding down the shift key
  2. Choose "Open command Window Here" or a similar Dutch choice
  3. Run to build the following command
mvn clean install 

To FresnelForms you can now continue with building Fresnel Forms