remember, we have a page on the website that details this. The stuff
you see below is just for config... these were my notes, so the stuff at
the end should be removed...
Stefano Mazzocchi wrote:
Stefano Mazzocchi wrote:
Geir Magnusson Jr. wrote:
Here's the instructions I had ready for the website, but got clobbered
with one of the many doco patches. I'll put on website today in terms
of requirement, and then point to a wiki for details for this platform.
1) Install subversion, gcc, g++ and make:
[EMAIL PROTECTED]:~$ sudo apt-get install subversion
[EMAIL PROTECTED]:~$ sudo apt-get install gcc
[EMAIL PROTECTED]:~$ sudo apt-get install g++
[EMAIL PROTECTED]:~$ sudo apt-get install make
3) Install java : (1.5.0_9 from sun)
4) Install ant (1.6.x)
4) Get junit and drop the junit-X.jar into ant/lib
4) Install AWT/Swing deps
apt-get install liblcms1-dev
apt-get install libpng12-dev
apt-get install libjpeg62-dev
apt-get install libx11-dev
apt-get install libxft-dev
apt-get install binutils-dev
You might need to add sudo here too
5) Get harmony tree :
[EMAIL PROTECTED]:~/dev/apache/harmony/enhanced/trunk$ svn co
https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk
6) populate source subtrees :
$ cd trunk
$ ant populate_source
7) build classlib
$ cd working_classlib
$ ant fetch-depends
$ ant
This is awesome!
let's get this up on the web site/wiki ASAP
ah, don't forget to add instructions for the VM as well