readme.txt 1.1 KB

123456789101112131415161718192021
  1. The eclipse plugin build from commandline requires the following variables to be set
  2. $ECLIPSE_HOME - Path to eclipse home. In order to build the plugin eclipse needs to be installed.
  3. $RELEASE_ID - The release id for the plugin.
  4. The plugin has been tested with the following Eclipse ADT version
  5. Build: v22.3.0-887826
  6. The following plugins are pre-requisites to be installed in Eclipse before trying to build the plugin.
  7. 1. Eclipse IDE for C/C++ Developers 4.5.1.20150917-1200 (tested_version)
  8. 2. Eclipse PDE Plug-in Developer Resources 3.11.1.v20150904-0345 (tested_version)
  9. If the sgx eclipse plugin is already installed to eclipse and to build and install a newer version, uninstall the old version and start eclipse with the -clean option.
  10. Then try to build the new version of the plugin and install it in eclipse.
  11. http://wiki.eclipse.org/FAQ_How_do_I_remove_a_plug-in%3F
  12. Once the build script is run, the folder build_directory/updatesite/sgx-eclipse-plugin contains the update site. This is the path that needs to be provided to the eclipse while doing installation.