You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newer version seems to have a more understandable keymap format, but I can't seem to get it to compile (I just typed "make" in the tinyvnc directory). Even with devkitPro and the environment variables set, I had to copy over a ton of files to /src/rfb, and I doubt that was what I was supposed to be doing, as it errors out in the end.
The text was updated successfully, but these errors were encountered:
I just checked, did a fresh git clone https://github.com/badda71/TinyVNC and make and it works for me. Maybe you have missing libraries? Following libs are needed: curl mbedtls mbedx509 mbedcrypto mpg123 png jpeg z
You can install these with pacman -S 3ds-libjpeg-turbo 3ds-mpg123 3ds-zlib 3ds-curl 3ds-libpng
If compiling still does not work after installation of these packages, please post some of your error messages.
The newer version seems to have a more understandable keymap format, but I can't seem to get it to compile (I just typed "make" in the tinyvnc directory). Even with devkitPro and the environment variables set, I had to copy over a ton of files to /src/rfb, and I doubt that was what I was supposed to be doing, as it errors out in the end.
The text was updated successfully, but these errors were encountered: