libtuxdriver is a shared library to control Tuxdroid.
- Windows
Download and install MinGW-w64 and add to path the bin folder to path.
Go in win32 folder and run
mingw32-make.exeYou should find libtuxdriver.dll in win32 folder.
- Ubuntu and similar
Install required tools
sudo apt install build-essentialsThen go in unix folder and run
makeYou should find libtuxdriver.so in unix folder.
View GitHub's releases section
GNU General Public License v2.0