Skip to content

Commit

Permalink
docs: move all compiling info into BUILDING
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Oct 2, 2018
1 parent 53b3645 commit 6ff3e3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
15 changes: 15 additions & 0 deletions BUILDING
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,18 @@ Platform-specific notes
To enable all optional features, install:

sudo yum install bzip2-devel libacl-devel libattr-devel lzma-devel xz-devel pkgconf bash-completion


Packaging notes
---------------

Bash completion scripts: there is an optional `configure` argument
`--with-bash-completion-dir[=DIR]`.

- If `DIR` is specified, it installs to that directory.

- If `DIR` is left blank, it attempts to use `pkg-config` and
`bash-completion >= 2.0` to determine where to put the bash
completion scripts. If your system does not match those
requirements, please specify `DIR` explicitly.

23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,4 @@ A list of major changes in each version is given in [NEWS.md](NEWS.md).
Building
--------

The official releases should build and install using autotools:

./configure
make
make install

See the [BUILDING](BUILDING) file for more details.


Packaging notes
---------------

Bash completion scripts: optional `configure` argument
`--with-bash-completion-dir[=DIR]`.

* If `DIR` is specified, it installs to that directory.

* If `DIR` is left blank, it attempts to use `pkg-config` and
`bash-completion >= 2.0` to determine where to put the bash
completion scripts. If your system does not match those
requirements, please specify `DIR` explicitly.

If you would like to compile Tarsnap manually, see [BUILDING](BUILDING).

0 comments on commit 6ff3e3e

Please sign in to comment.