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

Manual build issue #58

Open
Llompi opened this issue Feb 24, 2021 · 3 comments
Open

Manual build issue #58

Llompi opened this issue Feb 24, 2021 · 3 comments

Comments

@Llompi
Copy link

Llompi commented Feb 24, 2021

Could not get past manual build on http.cpp was getting error could not find #include <curl/curl.h>
After troubleshooting found that switch-curl had to be added:

sudo dkp-pacman --noconfirm -S devkitA64 switch-curl

Credit to @tlf30

@masagrator
Copy link

This is wrong. This repo doesn't use latest switch-curl, app won't connect to pc after building with latest curl. So by using this command you will generate broken app.

@rock88
Copy link
Owner

rock88 commented Feb 25, 2021

In the this commit I added precompiled libcurl of required version, so you need install libcurl with pacman just for a headers.

@Ganso
Copy link

Ganso commented Feb 26, 2021

I see lots of improvents in the main branch. If building is working, maybe it's time for a new release? ;-)

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

4 participants