Skip to content

Commit

Permalink
update README for installation via cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Kempeneers committed Apr 28, 2023
1 parent 06416e8 commit 645136e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Welcomne to miallib!

This part explains how to install miallib as a dependency for pyjeo

## Build time dependencies
## Build dependencies

```
sudo apt update
DEBIAN_FRONTEND='noninteractive' sudo apt install -yq \
git \
build-essential \
cmake \
libgsl-dev \
libgsl0-dev \
libfann-dev \
Expand All @@ -26,7 +27,7 @@ DEBIAN_FRONTEND='noninteractive' sudo apt install -yq \
libshp-dev
```

To build the miallib library via cmake for pyjeo:
To build and install the miallib library via cmake for pyjeo:

```
mkdir build
Expand All @@ -36,12 +37,6 @@ make
sudo make install
```

## Install

```
sudo make install-generic
```

# Full installation (not for pyjeo)

This part explains how to install miallib (not only as a dependency for pyjeo)
Expand Down

0 comments on commit 645136e

Please sign in to comment.