I am just getting started with Red and I need help to get the cURL binding working.
The cURL link from the main red-lang site takes you here
http://red.esperconsultancy.nl/Red-cURL/dir?ci=tip
But there is only a small example using Red/System hence I am not sure how to load the binding in Red directly.
I need to get this working on Mac, Linux and maybe Windows so I would appreciate any pointers to differences between these platforms.
apt-get install libcurl4-gnutls-dev
on linux. The other trick was to usered -c
as I forgot that the interpreter will not run Red/System code directly. – Benadryl