Problem setting up toolchain

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pacman2323
Posts: 13
Joined: Mon Jul 03, 2006 5:20 pm

Problem setting up toolchain

Post by pacman2323 »

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 »

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 »

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 »

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
Post Reply