(→Preparation) |
(→Preparation) |
||
Line 9: | Line 9: | ||
## These plugins and eclipse are available in the 3rdparty repository, "idedev" subdirectory | ## These plugins and eclipse are available in the 3rdparty repository, "idedev" subdirectory | ||
# cd "IDE" | # cd "IDE" | ||
− | # make EclipseDir=eclipse CDTDir=. -f release.mk | + | # make EclipseDir=eclipse CDTDir=. -f release.mk |
Packages will be created in the "git" directory... | Packages will be created in the "git" directory... |
Latest revision as of 01:20, 14 March 2012
[edit] Create an Installation Package
- Note: this requires access to OpenClovis private repositories so is only useful for OpenClovis Engineers
[edit] Preparation
- Create a directory "git". "cd" to it.
- Check out SAFplus, and IDE, projects. Rename their subdirectories "SAFplus" and "IDE".
- 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
- These plugins and eclipse are available in the 3rdparty repository, "idedev" subdirectory
- cd "IDE"
- make EclipseDir=eclipse CDTDir=. -f release.mk
Packages will be created in the "git" directory...