diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 05:18:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-23 05:18:10 +0000 |
commit | 549fd99a49ad6decf6638f30e3a3be22cc1a89db (patch) | |
tree | 194467495ae6d3d3974194dd460282be5876f730 | |
parent | e3886da199b060383ce1cc2a5e4b4da28ad10421 (diff) | |
download | fetchmail-549fd99a49ad6decf6638f30e3a3be22cc1a89db.tar.gz fetchmail-549fd99a49ad6decf6638f30e3a3be22cc1a89db.tar.bz2 fetchmail-549fd99a49ad6decf6638f30e3a3be22cc1a89db.zip |
Add QNX installation instructions.
svn path=/trunk/; revision=103
-rw-r--r-- | INSTALL | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -INSTALL Instructions for Popclient + INSTALL Instructions for Popclient Installing popclient is easy. From within this directory, type: @@ -9,12 +9,18 @@ specifics of your system. If you want to specify a particular compiler (e.g. you have gcc but want to compile with cc), set the environment variable CC before you run configure. +If you're running QNX, edit the distributed Makefile directly. The +QNX values for various macros are there but commented out; all you +have to do is uncomment them. + Next run make -This will compile popclient for your system. Lastly, become root and -run +This will compile popclient for your system. Note that in order to +build it, you'll need either flex at version 2.5.3 org greater, or lex. + +Lastly, become root and run make install |