$ brew tap ArmMbed/homebrew-formulae
$ brew install arm-none-eabi-gcc$ git submodule update --init --recursive$ mkdir build
$ cd build
$ cmake ..
$ make$ pip install -r requirements.txt$ python3 client/client.pyTo generate the documentation install Doxygen.
When doxygen is installed run the following command to generate latex and HTML doc:
$ doxygen -u TremoloConf
$ doxygen TremoloConfThe documentation will be generated in the folder /doc