badda71 / TinyVNC

A VNC viewer for Nintendo 3DS
68 stars 3 forks source link

How do I compile this? #4

Open toboggan7 opened 2 years ago

toboggan7 commented 2 years ago

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.

badda71 commented 2 years ago

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.