From 549fd99a49ad6decf6638f30e3a3be22cc1a89db Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Sep 1996 05:18:10 +0000 Subject: Add QNX installation instructions. svn path=/trunk/; revision=103 --- INSTALL | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index acdc24fd..7d590f35 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3