New tutorial posted – how to build controllermap in Linux
Remember controllermap? The utility that creates a configuration string for a game pad etc. I found that it is no longer installed by default when you install libsdl2-dev on Linux. I found the hard way, trying to use it on my new Raspbverry Piu 5.
But the source code is available for it in the libsdl 2 releases.
So I wrote a quick tutorial that explains how to get the source code and build it using clang on VS Code on a Pi or any Linux box. It’s linked here or you can find it on the tutorials menu.