Browse Source

rudimentary readme

master
Nils 2 years ago
parent
commit
0027cccb3f
  1. 23
      README.md

23
README.md

@ -1,5 +1,22 @@
# libcalfbox-lss
Build system to package https://github.com/kfoltman/calfbox
for the Laborejo Software Suite.
No code changes to calfbox. Please do all issues and pull requests upstream.
Build system to package https://github.com/kfoltman/calfbox
for the Laborejo Software Suite.
No code changes to calfbox. Please do all issues and pull requests upstream.
## Compile the library
```
meson build --buildtype=debug
cd build
meson compile
```
## Test without installation
```
cd tests
./01.py
```
## Install

Loading…
Cancel
Save