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

Difference between revisions of "Linux Tools Project/Eclipse Build"

Line 7: Line 7:
 
* Download the latest eclipse-build*.tar.gz
 
* Download the latest eclipse-build*.tar.gz
 
* Extract the downloaded eclipse-build*.tar.gz
 
* Extract the downloaded eclipse-build*.tar.gz
* Download [http://download.eclipse.org/technology/linuxtools/eclipse-build/eclipse-I20090611-1540-fetched-src.tar.bz2 Eclipse SDK sources] in the eclipse-build* directory.  
+
* Download [http://download.eclipse.org/technology/linuxtools/eclipse-build/eclipse-I20090611-1540-fetched-src.tar.bz2 Eclipse SDK sources] in the eclipse-build* directory. NOTE: Eclipse-build provides source tarball created from the same tag as the official releases are made but with additional sources needed for the build.
NOTE: Eclipse-build provides source tarball created from the same tag as the official releases are made but with additional sources needed for the build.
+
* Run ./build.sh
 +
 
 +
If the build finishes without error there will be a build/eclipse-$YOUR_BUILD_ID-fetched-src/installation directory containing a ready to use Eclipse SDK.
 +
 
 +
Eclipse-build is verified to work on x86, x86_64 and ppc architectures. Additionally a ppc64 build is provided in Fedora with additional patches which are not migrated to eclipse-build yet.

Revision as of 08:59, 11 August 2009

{{#eclipseproject:technology.linux-distros}}

Eclipse-build aims at ease the building of the Eclipse SDK especially for Linux distributions.

HOW-TO build Eclipse SDK with eclipse-build

  • Download the latest eclipse-build*.tar.gz
  • Extract the downloaded eclipse-build*.tar.gz
  • Download Eclipse SDK sources in the eclipse-build* directory. NOTE: Eclipse-build provides source tarball created from the same tag as the official releases are made but with additional sources needed for the build.
  • Run ./build.sh

If the build finishes without error there will be a build/eclipse-$YOUR_BUILD_ID-fetched-src/installation directory containing a ready to use Eclipse SDK.

Eclipse-build is verified to work on x86, x86_64 and ppc architectures. Additionally a ppc64 build is provided in Fedora with additional patches which are not migrated to eclipse-build yet.

Back to the top