diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..66f218e1ae98e23434fa1e1bf2529811b17b712e --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Basic Library For C/C++ +======================= + + +Install +======= + +Requirements: +------------- + +You need git, a C/C++ compiler, cmake, make + + git clone https://git.cyu.fr/blaar/blc.git + mkdir blc_build && cd blc_build && cmake ../blc_build + make + sudo make install + +Tests +===== + +With python + +blc_channel +----------- + + cd blc/python + python3 blc_channel + +