From 2233d47f9d89c107b6c425626d6eb2669363b055 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Tue, 22 Sep 1998 17:44:32 +0200 Subject: Import Dev86src-0.14.5.tar.gz --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 95afbe8..2d9c661 100644 --- a/README +++ b/README @@ -10,9 +10,9 @@ Use 'make Uninstall' to remove everything (Beware with this though!) Some other bits can be built by 'make other' and installed with 'make install-other'. -If you don't want it to install some bits in /usr/bin you can override -the bindir on the first make ie: 'make BINDIR=/usr/local/bin' this -is remembered until 'make.fil' is rebuilt. +If you want it to install under /usr/local instead you can specify +the prefix on the first make ie: 'make PREFIX=/usr/local' this is +remembered until 'make.fil' is rebuilt. The manual pages in the man subdirectory are matched to these programs, there are also some hints for using as86 well. The tests and bootblocks @@ -20,11 +20,15 @@ directories give some example code. The bcc command defaults to using /usr/bcc/include and /usr/bcc/lib/bcc the libraries _and_ include files are copied to these locations by -install. This can be changed by overriding 'PREFIX=/usr/bcc' or +install. This can be changed by overriding 'PREFIX=/usr' or 'LIBDIR=/usr/bcc/lib/bcc' on the initial make. Also available in the same way the 'ELKSSRC=/usr/src/elks' variable can be altered if you have ELKS on a different path. +In the unlikely event you're makeing a non-cross development environment +you can, on the initial make, do "make LIBPRE=/usr' to have the libraries +and include files directly under /usr rather than /usr/bcc. + All the versions of the library are built by make; 'normal', 'fast', 'MSDOS', 'standalone' and Linux-i386. -- cgit v1.2.1