I'm not 100% sure it's included, but I think so.
__
NOOR
El 09/04/14 09:46, Jordi Sayol ha escrit:
[...]
> 32-bit libcurl4-openssl-dev on 64-bit system:
>
> sudo apt-get install libcurl3:i386
[...]
typo, it should be:
32-bit libcurl3 library on 64-bit system:
sudo apt-get install libcurl3:i386
--
Jordi Sayol
El 09/04/14 05:31, Walter Bright ha escrit:
> Anyone know how?
>
> sudo apt-get install curl
>
> doesn't do it.
>
curl runtime library:
sudo apt-get install libcurl3
curl development library:
sudo apt-get install libcurl4-openssl-dev
32-bit libcurl4-openssl-dev on 64-b
El 09/04/14 05:31, Walter Bright ha escrit:
> Anyone know how?
>
> sudo apt-get install curl
>
> doesn't do it.
>
curl runtime library:
sudo apt-get install libcurl3
curl development library:
sudo apt-get install libcurl4-openssl-dev
Regards,
--
Jordi Sayol
On 09/04/14 05:31, Walter Bright wrote:
Anyone know how?
sudo apt-get install curl
doesn't do it.
Are you referring to how to install it on a 64bit machine? In that case
you need "gcc-multilib" and "ia32-libs". I'm not 100% sure it's
included, but I think so.
If you're on a 32bit mac
Anyone know how?
sudo apt-get install curl
doesn't do it.