Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions #28

Open
dreadpirateroberts2107 opened this issue Oct 15, 2024 · 1 comment
Open

Build instructions #28

dreadpirateroberts2107 opened this issue Oct 15, 2024 · 1 comment

Comments

@dreadpirateroberts2107
Copy link

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!

@impeeza
Copy link

impeeza commented Nov 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants