forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Install on ubuntu tutorial

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS3 Linux Development
View previous topic :: View next topic  
Author Message
kid101skater



Joined: 20 Jun 2007
Posts: 26

PostPosted: Mon Jun 25, 2007 6:53 am    Post subject: Install on ubuntu tutorial Reply with quote

I have made a tutorial on how to install the toolchain on ubuntu. it may work on other versions of linux but i tested on ubuntu. If i left out anything please let me know. Here is the tutorial:

If you do not have ubuntu then you can get it from

http://www.ubuntu.com/ Best linux distro in my opinion :)

First you need to install these lines of code in your terminal

Code:

sudo apt-get install build-essential
sudo apt-get install subversion
sudo apt-get install texinfo
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install libgmp3-dev
sudo apt-get install libmpfr-dev


after you have installed those lines of code type in the folowing :

Code:

sudo su


after you have done so you will now see something like

Code:

example:
root@computer-name:


Go to the directory where the toolchain is and type in

Code:

./toolchain-sudo.sh


took me a total of 41 minutes on a amd 64x dual core 3800+

and then you will see it building the toolchain[url][/url]
Back to top
View user's profile Send private message
dot_blank



Joined: 28 Sep 2005
Posts: 498
Location: Brasil

PostPosted: Mon Jun 25, 2007 9:28 am    Post subject: Reply with quote

this is nothing new many here use ubuntu with no problems

also you should not use sudo su it is pointless
all you must do is sudo ./toolchain-sudo.sh
and not that ubuntus libbzip doesnot work so well
in unpacking so you should use bz2 also apt-get is old
do prefer to use aptitude as it allows you to do sudo aptitude search <whatever>
_________________
10011011 00101010 11010111 10001001 10111010
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Mon Jun 25, 2007 11:02 am    Post subject: Reply with quote

Well, 'apt-cache search <whatever>' works too...

But yeah, toolchain-sudo.sh was made so ubuntu folk can just run it with sudo.
Back to top
View user's profile Send private message Visit poster's website
kid101skater



Joined: 20 Jun 2007
Posts: 26

PostPosted: Mon Jun 25, 2007 3:01 pm    Post subject: Reply with quote

ahh ok... still tryin to figure out how to compile on ubuntu... lol... but just was tryin to help out ppl cause i know ppl get confused as did i
Back to top
View user's profile Send private message
JuSho



Joined: 06 Dec 2007
Posts: 4
Location: Scottsdale, AZ

PostPosted: Thu Dec 06, 2007 1:22 am    Post subject: Reply with quote

kid101skater wrote:
ahh ok... still tryin to figure out how to compile on ubuntu... lol... but just was tryin to help out ppl cause i know ppl get confused as did i


I think its helpful. Even if very basic, at least a rookie like me now knows that it works and it contains some hints.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS3 Linux Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group