Skip to content

Commit 73c92bf

Browse files
authored
added pkg-config to list (#196)
1 parent 709f88f commit 73c92bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you only want to use the library, there is no need to clone the repository. G
2222
To compile this crate you need the development headers of zlib, bzip2 and xz. For instance, in Debian systems one needs the following dependencies:
2323

2424
```shell
25-
$ sudo apt-get install zlib1g-dev libbz2-dev liblzma-dev clang
25+
$ sudo apt-get install zlib1g-dev libbz2-dev liblzma-dev clang pkg-config
2626
```
2727

2828
On OSX, this will take a significant amount of time due to musl cross compiling toolchain:

0 commit comments

Comments
 (0)