Skip to content

Commit

Permalink
Tweak README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 6, 2024
1 parent 3c2a723 commit bd2e5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ If your environment is not included in the released packages, you have to build
#### Libraries

* libgit2: `>=1.1.0 && <2.0.0`
* `libgit2-dev` on Ubuntu
* `libgit2-dev` on APT
* `libgit2` on Homebrew
* libcurl: `>=7.79.1 && <8.0.0`
* `libcurl4-openssl-dev` on Ubuntu
* `libcurl4-openssl-dev` on APT
* `curl` on Homebrew
* nlohmann_json: `>=3.10.5 && <4.0.0`
* `nlohmann-json3-dev` on Ubuntu
* `nlohmann-json3-dev` on APT
* `nlohmann-json` on Homebrew

When running Make, the following libraries will be installed automatically.
Expand Down

0 comments on commit bd2e5c0

Please sign in to comment.