Difference between revisions of "Building Protege 5"
Jump to navigation
Jump to search
(direct copy from internal wiki) |
(translate cleanup) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Building Protégé 5 consists of the following steps: | |
− | |||
− | |||
− | + | # Preparing the Protégé repository | |
− | + | # Building Protégé | |
− | # | ||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | == Preparing the Protégé repository == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | # Create a new folder that will contain the Git Repository for Protégé source code. This folder is called <Protégé> | |
+ | # Enter a Git clone of the Protégé Desktop 5 remote repository | ||
+ | ## Right-click <Protégé> | ||
+ | ## Choose Git Clone | ||
+ | ## Fill the Clone screen | ||
+ | ##* URL: https://github.com/protegeproject/protege.git | ||
+ | ##* Directory: <Protégé> | ||
+ | ##* no further checkmarks active | ||
+ | ## Press OK | ||
+ | |||
+ | == Building Protégé == | ||
+ | |||
+ | Building the Protégé components is as follows: | ||
+ | |||
+ | # click right click on <Protégé> while holding down the shift key | ||
+ | # Choose "Open command Window Here" or a similar Dutch choice | ||
+ | # Run to build the following command | ||
+ | mvn clean install | ||
+ | |||
+ | To continue with Fresnel Forms go to [[Building Fresnel Forms]] |
Latest revision as of 15:04, 3 April 2015
Building Protégé 5 consists of the following steps:
- Preparing the Protégé repository
- Building Protégé
Preparing the Protégé repository
- Create a new folder that will contain the Git Repository for Protégé source code. This folder is called <Protégé>
- Enter a Git clone of the Protégé Desktop 5 remote repository
- Right-click <Protégé>
- Choose Git Clone
- Fill the Clone screen
- URL: https://github.com/protegeproject/protege.git
- Directory: <Protégé>
- no further checkmarks active
- Press OK
Building Protégé
Building the Protégé components is as follows:
- click right click on <Protégé> while holding down the shift key
- Choose "Open command Window Here" or a similar Dutch choice
- Run to build the following command
mvn clean install
To continue with Fresnel Forms go to Building Fresnel Forms