Skip to content

Commit

Permalink
installation process added
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 10, 2023
1 parent bef9608 commit d798b9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d798b9d

Please sign in to comment.