Hello,
I am a newbie and I tried many times on my computer to setup the PSPDSK with Cygwin to be able to compile the SDL Library.
Unfortunately, I was not able to compile it properly.
(bad directory settings, I supposed)
I am sure that I am not the only one to get the same problem
So, is it possible for somebody to supply us the Pre compiled Lib SDL file ?
Thanks in advance
Caviar
can we get the precompiled SDL Lib file ?
1) Go download Cygwin
2) install Toolchain
3) install trunk. go to /usr/local/pspdev/psp/sdk/ and type svn co svn://svn.ps2dev.org/psp/trunk
3) go to trunk/SDL
4) Read README.TXT
5) Type
6) type ../test/SDL/
7) type make
8) load eboot file into psp
9) Enjoy ^_^
2) install Toolchain
3) install trunk. go to /usr/local/pspdev/psp/sdk/ and type svn co svn://svn.ps2dev.org/psp/trunk
3) go to trunk/SDL
4) Read README.TXT
5) Type
Code: Select all
./autogen.sh
LDFLAGS="-L`psp-config --pspsdk-path`/lib -lc -lpspuser" ./configure --host psp --prefix=`psp-config --psp-prefix`
make
make install
7) type make
8) load eboot file into psp
9) Enjoy ^_^
There are 10 types of people in the world: Those who understand binary, and those who don't...