Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
pacman2323
Posts: 13 Joined: Mon Jul 03, 2006 5:20 pm
Post
by pacman2323 » Mon Jul 03, 2006 5:24 pm
Ok, I'm following this tutorial to set up toolchain:
http://www.psp-programming.com/tutorials/c/lesson01.htm
and everything goes fine until I get here-
Due to a recent problem with the toolchain, we need to update everything, so to get the updates and have them modify the toolchain script, you will need to type "svn update" and hit enter.
When I type that in I get this-
'bash: svn: command not found'
What do I do?
drcd
Posts: 22 Joined: Sun Dec 04, 2005 6:58 am
Post
by drcd » Mon Jul 03, 2006 7:02 pm
Did you do this?
"Then scroll down to "web," click the "+" next to it, scroll down and set "wget" to "install.""
danzel
Posts: 182 Joined: Fri Nov 04, 2005 11:03 pm
Post
by danzel » Mon Jul 03, 2006 7:16 pm
The guide should of told you to install subversion (svn), because you don't have it installed and you need it.
Not sure which cygwin menu its under, but most likely 'web' or 'internet' or 'developement' or something.
pacman2323
Posts: 13 Joined: Mon Jul 03, 2006 5:20 pm
Post
by pacman2323 » Mon Jul 03, 2006 8:36 pm
drcd wrote: Did you do this?
"Then scroll down to "web," click the "+" next to it, scroll down and set "wget" to "install.""
Ah, that was it. Thanks.
I better pay closer attention or I won't get very far with this whole thing, lol. :D