blob: 02e3e03c0f3daa65f0253c964b145dd6dc429fbf [file] [log] [blame]
Andrew Dugganc562f282014-04-03 16:44:13 -07001Build on Linux:
2$ make
3
4Build for Android:
5This tool depends on HIDRAW being compiled into the Android device's kernel. This may not be enabled by default. When developing on platforms you may need to rebuild the kernel to enable it.
6
7Then:
Elliott Hughesba3c9d22020-03-30 13:30:40 -07008Install the latest version of the Android NDK, and add it to your PATH.
Andrew Dugganc562f282014-04-03 16:44:13 -07009Then run:
Elliott Hughesba3c9d22020-03-30 13:30:40 -070010$ make android