TracNav menu
-
CDS Framework Toolkit
- Home
- Documentation
- Download and Install
- News
- License
- Contact(framework@tresys.com)
CDSFramework Install Instructions:
Requirements:
- Eclipse 3.1 or later
- Sun Java Runtime Enviroment 1.4.2 or later
- SETools 2.3 or later
- libselinux
Normal Install
Eclipse Install:
- Download the latest version of the Eclipse SDK from http://www.eclipse.org/downloads/index.php
- Download and install Eclipse GEF from http://www.eclipse.org/gef/ or adding a remote update site for http://download.eclipse.org/tools/gef/updates
- extract the tarball to your home directory
- the file eclipse in this directory will run eclipse once java is correctly installed
Java Install:
- Download the latest Java Runtime Enviroment from http://java.sun.com/j2se/1.4.2/download.html . On this page please pick the most recent JRE available. This link will bring you to a list of available platforms; the file you want for Fedora Core is titled: Linux self-extracting file, and has the extension .bin
- chmod u+x this file to make it executable, then run this file to extract it to the current working directory under the directory jre-VERSION
- Now move the directory created to ~/eclipse/jre by typing mv jre-VERSION/ ~/eclipse/jre
SETools install:
Follow the instructions included with SETools
CDS Framework:
- Extract the contents of the tarball into the ~/eclipse/plugins directory
- Go into the plugin directory, ~/eclipse/plugins/com.tresys.framework in a terminal and go to the subdirectory libselinuxjava and type: make
- Go back into the source code root directory and go to the subdirectory libapoljava and type: make
