Building on MinnowBoard - alex-konshin/f007th-rpi GitHub Wiki
- Build gpio-ts module first.
- Install libcurl and microhttpd libraries.
sudo apt-get install libcurl4-openssl-dev libmicrohttpd-dev
- Clone sources from GitHub. The following command will create new sub-directory f007th-rpi in the current directory and download sources
git clone https://github.com/alex-konshin/f007th-rpi.git
- Build
/bin/bash ~/f007th-rpi/build.sh
- Executable file
f007th-send
is created in directory~/bin
.