Difference between revisions of "Building an installation package"

(Created page with "==Create an Installation Package== *Note: this requires access to OpenClovis private repositories so is only useful for OpenClovis Engineers === Preparation === # Create a dire…")
 
(Create an Installation Package)
Line 7: Line 7:
 
# Detar "eclipse" 3.7.x "indigo", and the following plugins.  You should end up with an "eclipse" directory with all plugins properly placed:
 
# Detar "eclipse" 3.7.x "indigo", and the following plugins.  You should end up with an "eclipse" directory with all plugins properly placed:
 
## cdt-master-7.0.2.zip, emf-xsd-SDK-2.7.1.zip, GEF-SDK-3.7.2.zip
 
## cdt-master-7.0.2.zip, emf-xsd-SDK-2.7.1.zip, GEF-SDK-3.7.2.zip
 +
## These plugins and eclipse are available in the 3rdparty repository, "idedev" subdirectory
 
# cd "IDE"
 
# cd "IDE"
 
# make -f release.mk
 
# make -f release.mk
  
 
Packages will be created in the "git" directory...
 
Packages will be created in the "git" directory...

Revision as of 19:05, 21 February 2012

Create an Installation Package

  • Note: this requires access to OpenClovis private repositories so is only useful for OpenClovis Engineers

Preparation

  1. Create a directory "git". "cd" to it.
  2. Check out SAFplus, and IDE, projects. Rename their subdirectories "SAFplus" and "IDE".
  3. Detar "eclipse" 3.7.x "indigo", and the following plugins. You should end up with an "eclipse" directory with all plugins properly placed:
    1. cdt-master-7.0.2.zip, emf-xsd-SDK-2.7.1.zip, GEF-SDK-3.7.2.zip
    2. These plugins and eclipse are available in the 3rdparty repository, "idedev" subdirectory
  4. cd "IDE"
  5. make -f release.mk

Packages will be created in the "git" directory...