diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-12-09 03:08:23 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-12-08 19:08:23 -0800 |
commit | bd8757b313518d151d28fff18f4d7958b5cb7ba3 (patch) | |
tree | 87ea917f50267296afe6acf62ccf01cba566fa09 /fastjar/INSTALL | |
parent | 81522a1f8693a519afc801ca60cb390320791e5f (diff) | |
download | gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.zip gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.tar.gz gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.tar.bz2 |
fastjar: Imported.
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported.
From-SVN: r38145
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.) + + + |