bgoodr / redeclipse-build-utils

Red Eclipse Build Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Eclipse Build Utilities

This provides a Makefile as a wrapper around the Red Eclipse build environment to build it on Ubuntu much easier than manually.

Building stable from source from scratch

To build the stable branch, execute:

BRANCH=stable make

To build the master branch, execute:

BRANCH=master make

Running

Execute the stable branch build via:

run.sh stable

Execute the master branch build via:

run.sh master

References

  1. http://redeclipse.net/wiki/Obtain_development_version#Compile
  2. http://redeclipse.net/forum/viewtopic.php?f=7&t=984&p=8966#p8966

About

Red Eclipse Build Utilities

License:MIT License


Languages

Language:Makefile 61.5%Language:Shell 38.5%