libcurl 7.19.6 for PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

libcurl 7.19.6 for PSP

Post by jojojoris »

Today i updated my libcurl build script so it installs the newest version of libcurl.

Download here

It's mostly a bugfix update. (not verry much psp relates bugs)

It's probably not the most usefull update but it's always cool to use the latest version of libraries you use :p

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
sauron_le_noir
Posts: 203
Joined: Sat Jul 05, 2008 8:03 am

Post by sauron_le_noir »

thx jojoris nice to have. No support for ssl ?
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

sauron_le_noir wrote:thx jojoris nice to have. No support for ssl ?
those ssl libs are hard to port.... At least i failed.

libssl doesn't has a normal configure script and the one with gnutls doesn't work quite well. It messed the config.h up.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
imhotep
Posts: 41
Joined: Tue Dec 13, 2005 9:15 pm

Post by imhotep »

thanks a lot for this :D
Post Reply