NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

How do i update toolchain #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide any additional information below.

I was just wondering what the best way to update the toolchain was, because
i know the toolchain gets updated a lot, and right now mine is installed
correcty and compiles fine but i just wanted to know if theres a way to
quickly update it or i have to recompile and reinstall it, if i do have to
redo it all, whats the things i need to delete so that the new install will
come out good.

Original issue reported on code.google.com by gkhann...@gmail.com on 1 Oct 2007 at 3:02

GoogleCodeExporter commented 9 years ago
um, just svn update and rebuild?

Original comment by nathan%n...@gtempaccount.com on 4 Oct 2007 at 4:01

GoogleCodeExporter commented 9 years ago
Basically, you just follow the building wiki page again.
but whenever it says something like:

$ svn co *
$ pushd *

Replace it with

$ pushd *
$ svn up

Original comment by Phi...@gmail.com on 16 Oct 2007 at 1:26