Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ERCP/build/HowToBuildeSWTforQt

< ERCP
Revision as of 11:45, 1 October 2009 by Gercan.acm.org (Talk | contribs)

How To Build eSWT for Qt

  1. Environment setup
    1. Java SE 5 SDK for Linux install: apt-get install sun-java5-jdk, emerge =dev-java/sun-jdk-1.5*
    2. Qt for Linux install: apt-get install libqt4-dev, emerge qt-webkit
Requires Qt 4.5 or better
    1. Ant install : apt-get install ant, emerge dev-java/ant
    2. Checkout org.eclipse.swt and org.eclipse.ercp.swt.qt.linux.x86 from CVS using :pserver:anonymous@dev.eclipse.org:/cvsroot/rt.
  1. Environment variables
    1. export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
  2. eSWT compilation
    1. cd org.eclipse.ercp.swt.qt.linux.x86
    2. ant build

Back to the top