Open Tablet Driver on Alpine

This is a tutorial on how to get Open Tablet Driver on Alpine Linux!

Those are dependencies you will need

- .NET 10 SDK
- libx11
- libxrandr
- libevdev2
- GTK+3

Now here's a crucial step for this, we need to modify the build target

- Locate the file called Directory.Build.props at line 9
- Add <RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>

After that you should be able to compille Open Tablet Driver on Alpine Linux, and on any distro that uses musl libc!

You should be able to build it with
build.sh

Thats all, i hope you guys enjoyed this guide and i hope it helped :)