Difference between revisions of "Building Protege 5"

From SW_OWF
Jump to navigation Jump to search
(pertty print)
(translate cleanup)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Het bouwen van Protégé 5 bestaat uit de volgende stappen:
+
Building Protégé 5 consists of the following steps:  
  
# Klaarzetten Protégé repository
+
# Preparing the Protégé repository  
# Bouwen Protégé
+
# Building Protégé  
  
== Klaarzetten Protégé repository ==
+
== Preparing the Protégé repository ==  
  
# Maak een nieuwe map aan welke de Git Repository gaat bevatten voor de Protégé broncode. Deze map noemen we <Protégé>
+
# Create a new folder that will contain the Git Repository for Protégé source code. This folder is called <Protégé>  
# Voer een Git Clone uit van de Protégé Desktop 5 remote repository
+
# Enter a Git clone of the Protégé Desktop 5 remote repository  
## Klik met rechtermuisknop op <Protégé>
+
## Right-click <Protégé>  
## Kies voor Git Clone
+
## Choose Git Clone  
## Vul het Clone scherm in
+
## Fill the Clone screen
##* URL: https://github.com/protegeproject/protege.git
+
##* URL: https://github.com/protegeproject/protege.git  
##* Directory: <Protégé>
+
##* Directory: <Protégé>  
##* Verder geen vinkjes actief
+
##* no further checkmarks active
## Druk op OK
+
## Press OK  
  
== Bouwen Protégé ==
+
== Building Protégé ==  
  
Het bouwen van de Protégé componenten gaat als volgt:
+
Building the Protégé components is as follows:  
  
# Klik met de rechter muisknop op <Protégé> terwijl je de shift toets ingedrukt houdt
+
# click right click on <Protégé> while holding down the shift key
# Kies 'Open Command Window Here', of een overeenkomstig nederlandse keuze
+
# Choose "Open command Window Here" or a similar Dutch choice
# Voer het volgende commando uit
+
# Run to build the following command
  mvn clean install
+
  mvn clean install  
  
Om FresnelForms te bouwen kun je nu verder gaan met [[Building Fresnel Forms]]
+
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:

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

Preparing the Protégé repository

  1. Create a new folder that will contain the Git Repository for Protégé source code. This folder is 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
    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 continue with Fresnel Forms go to Building Fresnel Forms