Open dreadpirateroberts2107 opened 1 month ago
Think I already answered this.
I do use a MSYS2 MinGW installation with DevKitPro and devkit-env package, then run this commands:
pacman -Sy --needed --noconfirm git make devkit-env switch-dev
git clone --recursive https://github.com/cathery/sys-ftpd.git
cd ~/sys-ftpd
make -j
and everything works fine.
I'm trying to use this project as a template to create an MQTT client to publish when the console is docked.
When I download the main branch, or the latest release, I get compilation errors and more related to the JSON file. I believe the latest devkitA64 and/or libnx have changed some APIs and naming conventions.
Could you please share what versions of those tools you used and the steps to build the project?
Maybe this is obvious, I'm just new to the home-brew development.
Thanks in advance, great work!