Colin Pitrat
Colin Pitrat
The "Horizontal and Vertical Sync (R3)" section might be the problem
Yeah that's #151. I added support for CTRL + cursor. It's easy to add more combinations but I'm not sure the path I chose for #151 is the right way...
That's the first time I hear about the `Keymaze 300`, not sure what model it resembles the most. I could look into supporting it but this would require producing dumps...
pytex marche pour moi maintenant, merci. Est-ce que l'utilisation de travis pour la publication automatique sur GitHub (ou ailleurs, le sftp devrait pouvoir se faire: https://docs.travis-ci.com/user/deployment/custom/) te parait intéressante du...
Hi, I don't have access to a Mac at the moment. For freetype, you can try `brew install freetype`. If you find some information is missing, can you please send...
The continuous build on MacOS is doing the following: https://github.com/ColinPitrat/caprice32/blob/master/.github/workflows/macos.yml ``` brew install sdl2 freetype zlib libpng gnu-sed ``` Can you paste the whole output that you're getting?
Maybe you're just missing pkg-config. What happens if you run `pkg-config freetype` ?
Do you have a PKG_CONFIG_PATH variable defined? Try `echo $PKG_CONFIG_PATH` If so, are there file in the directories it contains? It doesn't find freetype but it also doesn't find libpng.
`pkg-config --list-all` doesn't return `freetype` which may be the cause of your issue. On the other hand it does return `libpng` and yet you get a `Package libpng was not...