doc: remove some unneeded pkgs which are now built in xbps-base-chroot.
--HG-- extra : convert_revision : 652340868e198ad39f113236501e171996a5b962
This commit is contained in:
parent
280e527b08
commit
fa28f6beef
|
@ -32,14 +32,10 @@ to install it into /usr/local to avoid issues with your distribution packages.
|
|||
Additionally the following software is required to be able to build and install
|
||||
xbps binary/source packages:
|
||||
|
||||
* GNU Binutils
|
||||
* GNU Bison
|
||||
* GNU GCC C++ (plus GMP and MPFR) development packages
|
||||
* GNU Gettext
|
||||
* GNU Make
|
||||
* GNU m4
|
||||
* fakeroot
|
||||
* ncurses (development package)
|
||||
* wget
|
||||
* libarchive (development package)
|
||||
* perl
|
||||
|
|
|
@ -5,17 +5,14 @@
|
|||
To be able to build packages from source the following software is required
|
||||
in the host system:
|
||||
|
||||
* GNU Binutils
|
||||
* GNU Bison
|
||||
* GNU GCC C++ (plus GMP and MPFR) development packages
|
||||
* GNU Gettext
|
||||
* GNU GCC C++
|
||||
* GNU Make
|
||||
* GNU m4
|
||||
* fakeroot
|
||||
* ncurses (development package)
|
||||
* wget
|
||||
* libarchive (development package)
|
||||
* perl
|
||||
* sudo
|
||||
|
||||
Super-user privileges are required as well, because all packages are built
|
||||
in a chroot (except the ones that are included in a virtual package to be
|
||||
|
|
Loading…
Reference in New Issue