From 61c37e36775c88186f675b0580e0595d5294c989 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 May 2015 05:30:03 +0200 Subject: [PATCH] README: describe a bit more `./xbps-src bootstrap`. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3185444bb9..af506d873f7 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,9 @@ in the `srcpkgs` directory. The `bootstrap` packages are a set of packages required to build any available source package in a container. There are two methods to install the `bootstrap`: - - `bootstrap`: all bootstrap packages will be built from scratch. + - `bootstrap`: all bootstrap packages will be built from scratch; additional utilities are required in the +host system to allow building the `base-chroot` package: binutils, gcc, perl, texinfo, etc. + - `binary-bootstrap`: the bootstrap binary packages are downloaded via XBPS repositories. If you don't want to waste your time building everything from scratch probably it's better to use `binary-bootstrap`.