i has read this
http://www.psx-scene.com/forums/show...24&postcount=2
so, i run on terminal but get error on subversion.
if vm, ihas test but can't run always get error. i'm using virtualbox & vm player to run vm from this topic.
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
i has read this
http://www.psx-scene.com/forums/show...24&postcount=2
so, i run on terminal but get error on subversion.
if vm, ihas test but can't run always get error. i'm using virtualbox & vm player to run vm from this topic.
sorry to much. cause i'm newbe for this.
where can i get ps2toolchain & ps2sdk?
thank you very much
OMG, use the image in the first post and stop asking things which are written in the environment compilation guides... Read the f*$#king manual dude it's all there...![]()

For everyone who keeps asking how to do this...
Linux is not easy! It's not supposed to be a piece of cake compiling your own OPL! This is why people who can compile it are allowed to test beta versions!

It isnt quiet like you saidLinux is for ppl who CAN READ
![]()
This is true. I had to do a lot of reading yesterday when I accidentally broke my apache2 and had to reinstall. Then I had to figure out why it still wasn't working and found out I had to purge apache2-common. Not an easy task when you're an ubuntn00b like me.
But I got it settled out after 2 hours of reading and searching for answers.

but compiling OPL is a piece of cake...you just need to do some thinking and readingLinux is not easy! It's not supposed to be a piece of cake compiling your own OPL! This is why people who can compile it are allowed to test beta versions!![]()
Managed to get volca's build to compile on Ubuntu 10.04, was getting the errors about libpng and libjpeg etc but managed to fix it after 30 minutes of testing.
This piece of code is from the Linux OPL compile guides topic, I have just changed certain parts to reflect the different things that were done. I have no idea if this is correct, but it did work for me.
And then almost exactly the same:Code:$ cd $ sudo svn export svn://svn.ps2dev.org/ps2/trunk/ps2sdk-ports/libpng $ sudo chmod -R a+w libpng/ $ cd libpng/ $ make $ sudo -s ('sudo make install' won't work) # export PS2SDK=/usr/local/ps2dev/ps2sdk # make install # exit
No doubt there is a better way of doing that, that was just how I got it working. Not sure if there any any unnecessary steps or not, probably is.Code:$ cd $ sudo svn export svn://svn.ps2dev.org/ps2/trunk/ps2sdk-ports/libjpeg $ sudo chmod -R a+w libjpeg/ $ cd libjpeg/ $ make $ sudo -s ('sudo make install' won't work) # export PS2SDK=/usr/local/ps2dev/ps2sdk # make install # exit
@tehjawknee: has you succes to compile opnps2ld?
@everyone: if we want to compile opnps2ld, must we always connent to internet?
thanks
| « Previous Thread | Next Thread » |