Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 707 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 707 Bytes

Tuxdriver

Project description

libtuxdriver is a shared library to control Tuxdroid.

How to build

  • 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.

Prebuilt download

View GitHub's releases section

License

GNU General Public License v2.0