Skip to content

Commit

Permalink
Added cunit install note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeslide committed Mar 9, 2021
1 parent c242c79 commit 380f710
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Some very well known models are supported out of the box, just compile the comma
```
make all
```
## CUnit
You may need to install `cunit` to be able to build the test suite.

I.e. for ubuntu you may execute
```bash
sudo apt-get install libcunit1 libcunit1-doc libcunit1-dev
```

## [MNIST](https://github.com/onnx/models/tree/master/vision/classification/mnist)
```
Expand Down

0 comments on commit 380f710

Please sign in to comment.