From f7734f73c84a042885bf085f17ba1709164ec1eb Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Fri, 2 Aug 2002 16:36:20 +0000 Subject: [PATCH] See ChangeLog entry 2002-08-02 12:35 UTC-0400 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/doc/howtobsd.txt | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 618cf177a9..c71ac3280e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-08-02 12:35 UTC-0400 David G. Holm + * doc/howtobsd.txt + * Changed BSD reference in heading to FreeBSD. + * Removed reference to specific FreeBSD version number. + 2002-08-02 12:05 UTC-0400 David G. Holm * source/rtl/set.c ! When encountering SET ALTERNATE TO, close the file. diff --git a/harbour/doc/howtobsd.txt b/harbour/doc/howtobsd.txt index 2082e5ab47..58c59d2910 100644 --- a/harbour/doc/howtobsd.txt +++ b/harbour/doc/howtobsd.txt @@ -2,13 +2,13 @@ * $Id$ */ -HOW TO CONFIGURE BSD TO BUILD HARBOUR -------------------------------------- +HOW TO CONFIGURE FreeBSD TO BUILD HARBOUR +----------------------------------------- -First, you'll need a FreeBSD 4.4 developer installation. Then you'll need +First, you'll need to have the developer tools installed. Then you'll need to install bison and gmake. If you installed the ports collection, then all you need to do to install bison and gmake is to run the following commands, -which may require that you run su first to get the correct permissions. +which may require that you run su root first to get the correct permissions. cd /usr/ports/devel/bison make @@ -34,4 +34,3 @@ specific Harbour settings needed for BSD. When you want to build Harbour, be sure to run 'gmake -r' at the command line instead of 'make -r'. David G. Holm -