From 645136eca69763a58f9768e70733f2a2ea7865e8 Mon Sep 17 00:00:00 2001 From: Pieter Kempeneers Date: Fri, 28 Apr 2023 11:13:37 +0200 Subject: [PATCH] update README for installation via cmake --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index df155e0..e604820 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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 @@ -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)