Skip to content

Commit

Permalink
Add hint on how to link statically with libzstd
Browse files Browse the repository at this point in the history
As mentioned in ccache#750.
  • Loading branch information
jrosdahl committed Jan 6, 2021
1 parent 930e44d commit 4878d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To build ccache you need:
from the Internet and unpack it in the local binary tree. Ccache will
then be linked statically to the locally built libzstd.

To link libzstd statically you can use `-DZSTD_LIBRARY=/path/to/libzstd.a`.

Optional:

- GNU Bourne Again SHell (bash) for tests.
Expand Down

0 comments on commit 4878d8e

Please sign in to comment.