diff options
author | heinz <heinz> | 2004-04-12 00:38:55 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-04-12 00:38:55 +0000 |
commit | 7e32bd90826ded3cb23d599fb1a5ff89d693c28a (patch) | |
tree | 9532eb0f0479824b802af919b476e246253299ff /bootstrap | |
parent | 130b0d9af4f49191ee5580fdb334b11e0fc6eda4 (diff) | |
download | pkgsrc-7e32bd90826ded3cb23d599fb1a5ff89d693c28a.tar.gz |
List all options for 'bootstrap'.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bootstrap/README b/bootstrap/README index 5d1b56d1e85..e01489f4c9c 100644 --- a/bootstrap/README +++ b/bootstrap/README @@ -1,19 +1,26 @@ -$NetBSD: README,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $ +$NetBSD: README,v 1.2 2004/04/12 00:38:55 heinz Exp $ To try to get pkgsrc working on your system, please try the following as root: # ./bootstrap [ --prefix=${PREFIX} ] [ --pkgdbdir=${PKGDBDIR} ] \ - [ --pkgsrcdir=${PKGSRCDIR} ] + [ --pkgsrcdir=${PKGSRCDIR} ] [ --sysconfdir=${PKG_SYSCONFBASE} ] \ + [ --workdir=working directory] \ + [ --ignore-case-check ] [ --ignore-user-check ] [ --help ] The defaults for the arguments are as follows: --prefix /usr/pkg --pkgdbdir /var/db/pkg --pkgsrcdir /usr/pkgsrc + --sysconfdir /usr/pkg/etc + --workdir work It is perfectly acceptable to place ${PKGDBDIR} under ${PREFIX}. +The working directory will be created if it doesn't exist and has to be +writable by the user executing ./bootstrap. + Make sure that you have a working C compiler and make(1) binary in your path. |