summaryrefslogtreecommitdiff
path: root/bootstrap/README
diff options
context:
space:
mode:
authorheinz <heinz>2004-04-12 00:38:55 +0000
committerheinz <heinz>2004-04-12 00:38:55 +0000
commit5f1af886550f5681cb13597ffc3fa6067c2456af (patch)
tree9532eb0f0479824b802af919b476e246253299ff /bootstrap/README
parent8f75d282067aa3ad4a112db94653dcbb28674376 (diff)
downloadpkgsrc-5f1af886550f5681cb13597ffc3fa6067c2456af.tar.gz
List all options for 'bootstrap'.
Diffstat (limited to 'bootstrap/README')
-rw-r--r--bootstrap/README11
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.