diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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: |