Update of /cvsroot/webware/Webware/WebKit/Docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17454
Modified Files:
InstallGuide.txt
Log Message:
Added note about GNU make for FreeBSD users.
Index: InstallGuide.txt
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/InstallGuide.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** InstallGuide.txt 18 Feb 2003 17:05:27 -0000 1.8
--- InstallGuide.txt 4 Mar 2004 19:00:34 -0000 1.9
***************
*** 45,49 ****
If you just want to get to a working configuration fast, and your
setup is fairly conventional, here's a minimal set of instructions for
! Posix systems::
$ cd /path/to/Webware/
--- 45,50 ----
If you just want to get to a working configuration fast, and your
setup is fairly conventional, here's a minimal set of instructions for
! Posix systems (for FreeBSD users, please note that GNU make is necessary to
! build wkcgi)::
$ cd /path/to/Webware/
***************
*** 527,532 ****
$ make install
! The most likely most like error you will get in this process is an
! error ``make: /usr/sbin/apxs: Command not found``. This means the
``apxs`` utility is probably located somewhere else, or you do not
have it installed. It should be in one of these locations:
--- 528,533 ----
$ make install
! The most common error you will get in this process is an error
! ``make: /usr/sbin/apxs: Command not found``. This means the
``apxs`` utility is probably located somewhere else, or you do not
have it installed. It should be in one of these locations:
|