1999-01-10 22:29:35 +00:00
|
|
|
Building Grendel:
|
|
|
|
|
1999-03-05 01:26:30 +00:00
|
|
|
Make sure you have the required (external) packages first. Then edit the
|
|
|
|
top-level rules.mk file, setting the CLASSPATH and other variables
|
|
|
|
appropriately for your system.
|
1999-01-10 22:29:35 +00:00
|
|
|
|
1999-03-05 01:26:30 +00:00
|
|
|
Remember to add two dirs to your classpath for grendel: the
|
|
|
|
your/path/mozilla/grendel dir itself *and* the your/path/mozilla/ dir.
|
|
|
|
|
|
|
|
Then run 'make' in your grendel dir. All files should build fine.
|
1999-01-10 22:29:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
Running Grendel:
|
|
|
|
|
|
|
|
There are currently two ways you can run Grendel:
|
|
|
|
|
1999-03-05 01:26:30 +00:00
|
|
|
1. Type 'java grendel.Main' (with the correct CLASSPATH of course)
|
|
|
|
2. Type 'make run' after building and watch it work.
|
1999-01-10 22:29:35 +00:00
|
|
|
|
|
|
|
|