See ChangeLog entry 2002-08-02 12:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user