diff options
Diffstat (limited to 'fastjar/INSTALL')
-rw-r--r-- | fastjar/INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fastjar/INSTALL b/fastjar/INSTALL new file mode 100644 index 0000000..cdc770f --- /dev/null +++ b/fastjar/INSTALL @@ -0,0 +1,18 @@ +---------------------- +How to install fastjar +---------------------- + + +1. Run the 'configure' script to generate config.h and Makefile. You can + use 'configure --help' to get a list of command-line options. + +2. If you're feeling experimental, you can change some settings in jartool.h + to optimize fastjar for your particular system. + +3. Type 'make' to create the fastjar binary. + +4. Type 'make install' to install fastjar in whichever directory you supplied + to configure (or the default directory if you didn't specify one.) + + + |