Skip to content

Commit

Permalink
give specific commands
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz authored Jun 15, 2024
1 parent 8dd9752 commit b0a94c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ recommended that you put them in a subdirectory `contrib`.

You can do this by cloning their repositories into that location.

Following commands should achieve this:

```
mkdir contrib
cd contrib
git clone https://github.com/osmcode/libosmium.git
git clone https://github.com/mapbox/protozero.git
git clone https://github.com/pybind/pybind
```

You can also set custom locations with `LIBOSMIUM_PREFIX`, `PROTOZERO_PREFIX` and
`PYBIND11_PREFIX` respectively.

Expand Down

0 comments on commit b0a94c3

Please sign in to comment.