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.exe
You should find libtuxdriver.dll in win32 folder.
- Ubuntu and similar
Install required tools
sudo apt install build-essentials
Then go in unix folder and run
make
You should find libtuxdriver.so in unix folder.
View GitHub's releases section
GNU General Public License v2.0