From d798b9d5cde57b1e59059f5ea0dc2de0bb95fe81 Mon Sep 17 00:00:00 2001 From: mantielero Date: Sun, 10 Dec 2023 13:56:02 +0100 Subject: [PATCH] installation process added --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 15acd4c..da856cd 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ The purpose of this library is enabling the creation of FMU files that can be la This library is heavily based on [fmusdk](https://github.com/qtronic/fmusdk). +## Installing +You need nim v2.0. You can use choosenim in order to install Nim. + +As usual, with nimble: +```sh +nimble install https://github.com/mantielero/fmu.nim +``` + +TODO: to explore `atlas`. + ## Status This is in an alpha stage. Nonetheless, in its current state is capable some remarkable features. For example, it can create and FMU that works both in windows and linux.