03-18-2025, 08:15 PM
(03-15-2025, 06:03 AM)bigriverguy Wrote: When I run setup_lnx.sh I get the following error and the install aborts.Parece que te falta `libcurl-dev`. Instálalo con:
internal/c/libqb/src/http.cpp:2:10: fatal error: curl/curl.h: No such file or directory
2 | #include <curl/curl.h>
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [internal/c/libqb/build.mk:56: internal/c/libqb/src/http.o] Error 1
```
sudo apt-get install libcurl4-openssl-dev
```
Y luego prueba de nuevo. ¡Debería funcionar.

