RhelBuildInstructions
From IcedTea
- Follow the instructions for FedoraBuildInstructions
- Install Mercurial - [1]
- Compile with flag --without-rhino or install Rhino from EPEL
IcedTea7 on RHEL 5.x
IcedTea7 requires at least Ant version 1.7.1 to be build, but the official Ant version for RHEL 5.x is 1.6.5. But it's possible to use local installation of newer Ant using the following commands:
cd /opt wget http://www.poolsaboveground.com/apache/ant/binaries/apache-ant-1.8.2-bin.tar.gz tar xvfz apache-ant-1.8.2-bin.tar.gz export ANT_HOME=/opt/apache-ant-1.8.2/ export PATH=/opt/apache-ant-1.8.2/bin:$PATH

