Skip to content

Commit 17427df

Browse files
committed
Mention libb2 dependency in installation instructions
1 parent 6d76231 commit 17427df

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/INSTALL-from-release-archive.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ To build ccache from a
88
[release archive](https://ccache.dev/download.html), you need:
99

1010
- A C compiler (for instance GCC).
11+
- [libb2](https://github.com/BLAKE2/libb2). If you don't have libb2 installed
12+
and can't or don't want to install it on your system, you can pass
13+
`--with-libb2-from-internet` to the configure script, which will make the
14+
script download libb2 from the Internet and unpack it in the local source
15+
tree. ccache will then be linked statically to the locally built libb2.
1116
- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
1217
or don't want to install it on your system, you can pass
1318
`--with-libzstd-from-internet` to the configure script, which will make the

doc/INSTALL.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ To build ccache from a source repository, you need:
1414
- [Autoconf](http://www.gnu.org/software/autoconf/) to generate the configure
1515
script and related files.
1616
- [gperf](http://www.gnu.org/software/gperf/) to create lookup tables.
17+
- [libb2](https://github.com/BLAKE2/libb2). If you don't have libb2 installed
18+
and can't or don't want to install it on your system, you can pass
19+
`--with-libb2-from-internet` to the configure script, which will make the
20+
script download libb2 from the Internet and unpack it in the local source
21+
tree. ccache will then be linked statically to the locally built libb2.
1722
- [libzstd](http://www.zstd.net). If you don't have libzstd installed and can't
1823
or don't want to install it on your system, you can pass
1924
`--with-libzstd-from-internet` to the configure script, which will make the

0 commit comments

Comments
 (0)