diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 19:07:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 19:07:09 +0000 |
commit | ab42e04a018639288d9285f92ec02aa8ea456222 (patch) | |
tree | f43a1460fccc26bdbeeb474d7df820f7e67cf4b0 /INSTALL | |
parent | 4d0153141f08fe1e11ce4ea9527fffa62c7a54d8 (diff) | |
download | fetchmail-ab42e04a018639288d9285f92ec02aa8ea456222.tar.gz fetchmail-ab42e04a018639288d9285f92ec02aa8ea456222.tar.bz2 fetchmail-ab42e04a018639288d9285f92ec02aa8ea456222.zip |
Add capability to generate RPM specfile.
svn path=/trunk/; revision=275
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ INSTALL Instructions for fetchmail +If you have installed binaries (e.g. from an RPM) you can skip to step 4. + +If you are a Linux system packager, be aware that the build process generates +an RPM spec file at fetchmail.spec. + 1. CONFIGURE Installing fetchmail is easy. From within this directory, type: |