Skip to content

Commit

Permalink
Mention libb2 dependency in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosdahl committed Jul 23, 2019
1 parent 6d76231 commit 17427df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/INSTALL-from-release-archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ To build ccache from a
[release archive](https://ccache.dev/download.html), you need:

- A C compiler (for instance GCC).
- [libb2](https://github.com/BLAKE2/libb2). If you don't have libb2 installed
and can't or don't want to install it on your system, you can pass
`--with-libb2-from-internet` to the configure script, which will make the
script download libb2 from the Internet and unpack it in the local source
tree. ccache will then be linked statically to the locally built libb2.
- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
or don't want to install it on your system, you can pass
`--with-libzstd-from-internet` to the configure script, which will make the
Expand Down
5 changes: 5 additions & 0 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ To build ccache from a source repository, you need:
- [Autoconf](http://www.gnu.org/software/autoconf/) to generate the configure
script and related files.
- [gperf](http://www.gnu.org/software/gperf/) to create lookup tables.
- [libb2](https://github.com/BLAKE2/libb2). If you don't have libb2 installed
and can't or don't want to install it on your system, you can pass
`--with-libb2-from-internet` to the configure script, which will make the
script download libb2 from the Internet and unpack it in the local source
tree. ccache will then be linked statically to the locally built libb2.
- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
or don't want to install it on your system, you can pass
`--with-libzstd-from-internet` to the configure script, which will make the
Expand Down

0 comments on commit 17427df

Please sign in to comment.