See ChangeLog entry 2002-08-02 12:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-08-02 16:36:20 +00:00
parent 2c38e5965f
commit f7734f73c8
2 changed files with 9 additions and 5 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-08-02 12:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* 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 <dholm@jsd-llc.com>
* source/rtl/set.c
! When encountering SET ALTERNATE TO, close the file.

View File

@@ -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 <dholm@jsd-llc.com>