| View previous topic :: View next topic |
| Author |
Message |
BlackShark
Joined: 02 Mar 2007 Posts: 11
|
Posted: Fri Mar 02, 2007 5:13 pm Post subject: Compiling DoomPSP |
|
|
Hello, I have a quick question.
How do I go about compiling the DoomPSP.05 plus souce code? As in, is there any specific libraries that I need? I think I need the SDL Library to compile it but im not sure how to get that, (SVN commands do not work for me). Also is there any thing else needed to compile it? Im currently using DevCPP but I noticed a couple of Visual C++ specific files around the source and Im not sure if the IDE matters here. So has any body had any luck with compiling DoomPSP?
Thank you for your time. _________________ Programmer van der C |
|
| Back to top |
|
 |
Cy-4AH
Joined: 31 Jan 2007 Posts: 44 Location: Belarus
|
Posted: Fri Mar 02, 2007 8:50 pm Post subject: |
|
|
Hi, BlackShark. Recently I compiled DoomPSP.
At first you need install timidity lib witch delivered with DoomPSP sources.
For that you need add to file DommPSP/src/libtimidity-0.1.0/src/makefile
line PSPSDK=$(shell psp-config --pspsdk-path)
before include $(PSPSDK)/lib/build.mak
Then type in this folder:
make
make install
Then you can type
make
in DoomPSP/src |
|
| Back to top |
|
 |
BlackShark
Joined: 02 Mar 2007 Posts: 11
|
Posted: Fri Mar 02, 2007 9:02 pm Post subject: |
|
|
Thank you Very much :)
Ill go try that.
EDIT: mmm, Im getting an error,
| Code: | | make: *** C://pspdev/psp/sdk/: is a directory. Stop. |
I know im in the right directory, is it something in the Makefile? Ill check it out in there but if you know please tell me, Thanks _________________ Programmer van der C |
|
| Back to top |
|
 |
|