View previous topic :: View next topic |
Author |
Message |
kid101skater
Joined: 20 Jun 2007 Posts: 26
|
Posted: Mon Jun 25, 2007 6:53 am Post subject: Install on ubuntu tutorial |
|
|
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 :
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 |
|
|
dot_blank
Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Mon Jun 25, 2007 9:28 am Post subject: |
|
|
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 |
|
|
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Mon Jun 25, 2007 11:02 am Post subject: |
|
|
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 |
|
|
kid101skater
Joined: 20 Jun 2007 Posts: 26
|
Posted: Mon Jun 25, 2007 3:01 pm Post subject: |
|
|
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 |
|
|
JuSho
Joined: 06 Dec 2007 Posts: 4 Location: Scottsdale, AZ
|
Posted: Thu Dec 06, 2007 1:22 am Post subject: |
|
|
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 |
|
|
|