PDA

View Full Version : libcurl 7.19.6 for PSP R1



wraggster
August 18th, 2009, 22:20
Heres one for Devs from jojojoris (http://jojosoft.1free.ws/viewtopic.php?f=6&t=9)


Hello everyone,

I made a port of the newest libcurl to the PSP.

When you use this in your program make sure you are connected to an access point before you can use this lib.

INSTALL:
Unpack the package and run build.sh. The script will download the orginal files, apply a little patch, run configure, build the lib and finaly install the library in your pspsdk. After that you can use libcurl.

Ive no idea what libcurl is but then again im no coder so check out the site here for more info --> http://jojosoft.1free.ws/viewtopic.php?f=6&t=9

Saracchini
August 19th, 2009, 02:01
Here is the description from Libcurl official site:

"libcurl is a free, open source client to get documents/files from servers, using any of the supported protocols ( http, https,ftp, gopher, telnet, dict,ldap) . The library's functions are designed to work without user interaction or any kind of interactivity so that applications can be written and function automatically without a person being involved. "

Very usefull to programmers which wants abstract where used files come from.