From 73e5b1d2738fce3092bd9972f8790bf91dcf9b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Tue, 9 Jan 2024 15:48:34 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index afa2932..3902c7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ This is a fork of the [C(anonical) Scan Matcher](https://github.com/AndreaCensi/csm). +# Dependencies + +**GSL** +```sh +sudo apt install libgsl-dev +``` + # Installation Clone the repository in your chosen directory. In a terminal: -- GitLab