Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockoS authored Nov 1, 2023
1 parent 2c0c6d6 commit 651c755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ git submodule update --init --recursive
```

You will also need to have [jansson](https://github.com/akheron/jansson) installed on your system.
This can be acheived using via the package manager (apt, brew, chocolate, pacman, ...) or by building it from source.
This can be acheived using a package manager (apt, brew, chocolate, pacman, ...) or by building it from source.

```
wget https://github.com/akheron/jansson/archive/v2.12.zip
Expand All @@ -208,7 +208,7 @@ cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install

If you build jansson as shown earlier you may configure the project with
```
cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install \
cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install \
-DJANSSON_INCLUDE_DIR=../../jansson-2.12/build/install/include \
-DJANSSON_LIBRARY=../../jansson-2.12/build/install/lib/jansson.lib
```
Expand Down

0 comments on commit 651c755

Please sign in to comment.