summaryrefslogtreecommitdiff
path: root/README.md
blob: d76d25aaa72f0255de11fd809eefd97dea72bc1a (plain)
1
2
3
4
5
6
7
8
9
10
To cmpile using cmake use the following commands:
```
cd /LDmicro/build
cmake ..
make
```

To run program in linux use the following command:

`./LDmicro`