acreloaded / acr

AssaultCube Reloaded (first-person-shooter game)
https://acr.victorz.ca
121 stars 23 forks source link

Build error #257

Open symbios24 opened 2 years ago

symbios24 commented 2 years ago

Hello Im trying to build acr for my Raspberry pi 4 With the make install command But after a whille the compiler stops with this error:

/usr/bin/ld: cannot find -lcurl collect2: error ld returned 1 exit status make: *** Makefile:181: client Error 1

I have installed all the dependencies including the libcurl4

Any help??

theonlypwner commented 2 years ago

The current build script installs libcurl3-dev when building on Linux.

Does it work if you install the dev version (libcurl4-dev)? If not, does it work with libcurl3-dev?