Skip to content

Commit

Permalink
adapted dependencies in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Kempeneers committed Apr 28, 2023
1 parent a146c13 commit 06416e8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ DEBIAN_FRONTEND='noninteractive' sudo apt install -yq \
libjsoncpp-dev \
libgdal-dev \
libssl-dev \
doxygen \
swig \
python \
python-numpy \
uthash-dev \
libopenblas-dev \
libshp-dev
```

To build just the generic library for pyjeo:
To build the miallib library via cmake for pyjeo:

```
make generic
mkdir build
cd build
cmake ..
make
sudo make install
```

## Install
Expand Down

0 comments on commit 06416e8

Please sign in to comment.