[add] cclib README

This commit is contained in:
ca333
2019-01-20 07:11:58 +01:00
parent 9307591c14
commit 28195d218b

7
src/cc/README.md Normal file
View File

@@ -0,0 +1,7 @@
## CCLIB
Please follow the below instructions to build the cryptoconditions library into the Komodo source directory `komodo/src` - supported operating systems are Linux, OSX and Windows (mingw crossbuild):
```
make clean
make
```