| View previous topic :: View next topic |
| Author |
Message |
zell992004
Joined: 02 May 2007 Posts: 3
|
Posted: Thu May 03, 2007 9:54 pm Post subject: toolchain.sh???? |
|
|
Ok im using the tutorial and i keep getting the message "Please make sure you have GNU make installed" but when i i try running svn update i get the error message bash: svn: command not found
WHAT DO I DO??????
please help thanks in advanced. |
|
| Back to top |
|
 |
tabularasa
Joined: 22 Nov 2006 Posts: 13
|
Posted: Thu May 03, 2007 10:22 pm Post subject: |
|
|
| install 'make' and 'svn', i suggest |
|
| Back to top |
|
 |
zell992004
Joined: 02 May 2007 Posts: 3
|
Posted: Thu May 03, 2007 10:29 pm Post subject: |
|
|
| From where? |
|
| Back to top |
|
 |
surfchen
Joined: 10 Dec 2006 Posts: 5
|
Posted: Fri May 04, 2007 1:50 am Post subject: |
|
|
| from google.com |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Fri May 04, 2007 5:20 am Post subject: |
|
|
| If you're on linux, installing subversion is usually just "apt-get install subversion" or "yum install subversion", depending on the distro. There isn't a gmake anymore... it became regular make LONG ago and in usually part of gcc. Some distros will require you to make a symbolic link of gmake -> make for out-dated software that insists on looking for gmake. To do that, switch to superuser, cd to the bin directory where make is, then do "ln -s gmake make". |
|
| Back to top |
|
 |
|