rock88 / moonlight-nx

Moonlight port for Horizon OS
GNU General Public License v3.0
399 stars 46 forks source link

Manual build issue #58

Open Llompi opened 3 years ago

Llompi commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

Ganso commented 3 years ago

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