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
libcurl update
libcurl update
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}