Specfiy pkg-config as a necessary dependency for compilation

This commit is contained in:
Xiao Ba 2019-11-17 17:35:15 -07:00
parent cc4a307415
commit 64d4b2c0b0
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Keep in mind using the pre-built packages when available.
* libcurl
* libxml2
* openssl
* pkg-config (or your OS equivalent)
2. Then compile from master via the following commands:

View File

@ -67,7 +67,7 @@ Many systems provide pre-built packages:
brew install s3fs
```
Otherwise consult the [complation instructions](COMPILATION.md).
Otherwise consult the [compilation instructions](COMPILATION.md).
## Examples