Wietlol
02/26/2022, 12:31 AMInstall the curl libraryhowever, I am a bit confused and annoyed by this step as 1, this shouldnt be necessary, developers shouldnt download and install arbitrary things just to make their machine able to build a project, this is literally what tools like gradle are meant for, why is this not handled by gradle?! 2, the link is just a download page, which gives absolutely no information as to how to "install" (pretending that even makes sense) the package 3, I have curl already "installed"
ephemient
02/26/2022, 12:52 AMcurl
binary installed, that doesn't mean you have the development librariesephemient
02/26/2022, 12:52 AMephemient
02/26/2022, 12:52 AMephemient
02/26/2022, 12:53 AMWietlol
02/26/2022, 1:12 AMrunDebugExecutableMingwX64
succesfully, but task assemble
has a similar error ".konan\dependencies\msys2-mingw-w64-x86_64-1\bin\ld.gold: error: cannot find -lcurl"ephemient
02/26/2022, 1:15 AMephemient
02/26/2022, 1:16 AMWietlol
02/26/2022, 1:19 AMWietlol
02/26/2022, 1:22 AMassemble
works if I disable the linux buildWietlol
02/26/2022, 1:25 AMephemient
02/26/2022, 1:28 AMephemient
02/26/2022, 1:30 AMephemient
02/26/2022, 1:34 AMassemble
builds for enabled targets)… and there's not just one Linux libcurl… it is challenging to make redistributable Linux binariesWietlol
02/26/2022, 10:53 AMWietlol
02/26/2022, 10:57 AMpacman -S libcurl-devel
it still cant find the package...ephemient
02/26/2022, 1:55 PMephemient
02/26/2022, 1:55 PMWietlol
02/26/2022, 1:58 PM