Merge pull request #1197 from bbxiao1/compilation-dependencies

Specfiy pkg-config as a necessary dependency for compilation
This commit is contained in:
Takeshi Nakatani 2019-11-24 13:28:25 +09:00 committed by GitHub
commit 94666f7754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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