Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ERCP/build/HowToBuildeSWTforQt"

(New page: 1. Environment setup * Java SE 5 SDK for Linux install : apt-get install sun-java5-jdk * Qt for Linux install : apt-get install libqt4-dev * Ant install :...)
(No difference)

Revision as of 10:17, 30 September 2009

  1.  Environment setup
         * Java SE 5 SDK for Linux install : apt-get install sun-java5-jdk
         * Qt for Linux install : apt-get install libqt4-dev
         * Ant install : apt-get install ant 
  2. Environment variables
         * export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
  3. eSWT compilation
         * cd org.eclipse.ercp.swt.qt.linux.x86
         * ant build

Back to the top