Recent content by VladDDD

  1. VladDDD

    Tutorial Switch Homebrew development

    WHAT IS THE LIBRARY? #include <curl/curl.h> I CAN'T FIND THE ONE THAT IS FOR N SWITCH!!! curl.se/download.html
  2. VladDDD

    Tutorial Switch Homebrew development

    I already managed to get it to work but the basic network "curl" does not work C:\devkitPro\wifi>make main.cpp C:/devkitPro/wifi/source/main.cpp:5:10: fatal error: curl/curl.h: No such file o r directory 5 | #include <curl/curl.h> | ^~~~~~~~~~~~~ compilation terminated...