diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | INSTALL | 16 |
2 files changed, 13 insertions, 8 deletions
@@ -1,9 +1,10 @@ Daniel Molina (lluvia) -Joseph Graham (Xylon) <joe@joelightning.com> <joe@t67.eu> +Esteban Carnevale <alfplayer@mailoo.org> +Joseph Graham (Xylon) <joe@t67.eu> Joshua Ismael Haase Hernández (xihh) <hahj87@gmail.com> Luke Shumaker <lukeshu@sbcglobal.net> Michał Masłowski <mtjm@mtjm.eu> Nicolás Reynolds <fauno@parabola.nu> As well as authors of code taken from Arch Linux's "devtools" and -Pacman's "makepkg". +"dbscripts", and Pacman's "makepkg". @@ -28,10 +28,10 @@ The "unusual" build-time dependencies are: - GNU Make -- other `make`s will not work. - GNU sed -- must support `-r` for ERE; BSD sed uses `-E` for this purpose. - - Emacs -- `emacs --batch` is used use Emacs Lisp to process some text. + - Emacs -- `emacs --batch` is used to use Emacs Lisp to process some text. - ronn -- A markdown-to-manpage converter -At this time, the build system dos not support not building the +At this time, the build system does not support not building the documentation; ronn is required. Additionally, other usual "core utilities" are required: @@ -67,13 +67,17 @@ librelib subpackage: gitget subpackage: - librelib (provided) - git +xbs subpackage: + - gitget (provided) + - librelib (provided) + - subversion (only for the 'abs' module) main libretools subpackage: - librelib (provided) - - gitget (provided, only needed for `createworkdir`) + - xbs (provided) - arch-install-scripts - - ssh client (OpenSSH, only needed for `librerelease` + - ssh client (OpenSSH, only needed for `librerelease`) - rsync - - subversion + - systemd-nspawn (for the chroot tools) - tokyocabinet libretools-mips64el subpackage: - libretools (provided) @@ -108,7 +112,7 @@ you can do are: - `build` -- build all programs and files - `install` -- install everything - `clean` -- remove generated files - - `pot` -- generate gettext portable object template files. + - `pot` -- generate gettext portable object template files The subpackages you can run these on are: |