dataformaters/README.md
Carl Philipp Klemm ae6fa9ef6b at license
2025-01-21 14:12:51 +01:00

26 lines
483 B
Markdown

# KISS EIS Dataformaters
Dataformaters contains misc. data formating utilites that are used to transfer file types used by eisgenerator/eistype into forign formats
## Requirements
* You must be running unix or a unix-like os such as linux
* A c++17 compiler like gcc
* cmake
* libeisgenerator
* libkisstype
* librelaxisloader
* git
## Build and instructions
```
$ git clone REPO_URL dataformaters
$ cd dataformaters
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
```