Thank you for your interest in libcmini.wongck wrote:Thank you for the excellent small lib.
Sorry for my lack of knowledge on Github, but these are sources and there is no ready to use Lib.
Is that true or am I looking at the wrong place?
Yes. Currently, there is no binary distribution available. I'm still working on it.
There is an automated build process on each check-in using travis-ci already (stolen from EmuTOS), but I don't have a good concept distributing the result yet, need to figure out all that github stuff myself first. Until then, it's just a matter of three commands to build it:
Code: Select all
git clone https://github.com/mfro0/libcmini
cd libcmini
make