libcurl update

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 update

Post by jojojoris »

Hello everyone,

Today i was bored and i made a new port of libcurl.

http://www.2shared.com/file/6786024/757d8823/curl.html

Unpack it and run ./build.sh
The script does everything. (download/patch/configure/make/install)


EDIT:
Hello everyone,

I made a port of the newest libcurl (7.19.5) to the PSP.

http://jojosoft.1free.ws/viewtopic.php?f=6&t=2

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Post Reply