Skip to content

Commit

Permalink
changed: point to git in README.xxx files
Browse files Browse the repository at this point in the history
  • Loading branch information
spiff committed Jan 27, 2011
1 parent 2f17083 commit 98d0f9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.armel
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ If you dont succeed, or want to do it manually, follow the next step instead.
3. Getting the source code
-----------------------------------------------------------------------------

$ sudo apt-get install subversion
$ sudo apt-get install git-core
$ cd /scratchbox/users/<username>/home/<username>/
$ svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/xbmc_on_arm
$ git clone git://github.com/xbmc/xbmc.git


-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ character itself should NOT be typed as part of the command.
2. Getting the source code
-----------------------------------------------------------------------------

You will have to grab the source code of course. First install the subversion
You will have to grab the source code of course. First install the git
package provided by your distribution. Then from a terminal, type:

$ cd $HOME
$ svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc
$ git clone git://github.com/xbmc/xbmc.git xbmc

-----------------------------------------------------------------------------
3. Installing the required libraries and headers
Expand Down
4 changes: 2 additions & 2 deletions README.osx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ character itself should NOT be typed as part of the command.
-----------------------------------------------------------------------------

$ cd $HOME
$ svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk
$ git clone git://github.com/xbmc/xbmc.git xbmc

-----------------------------------------------------------------------------
3.0 Install XCODE
Expand Down Expand Up @@ -158,7 +158,7 @@ first. This is a simple step and involves the following:
The configure operation will setup the build environment for codecs and
internal libraries that are used by XBMC. This step is required for both Xcode
and command-line building. The "make clean" ensures that there are no stale
binaries from svn that might cause problems The last step will pre-build
binaries from git that might cause problems. The last step will pre-build
the majority of the codecs and libs:


Expand Down
4 changes: 2 additions & 2 deletions README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ character itself should NOT be typed as part of the command.
2. Getting the source code
-----------------------------------------------------------------------------

# sudo apt-get install subversion
# sudo apt-get install git-core
# cd $HOME
# svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc
# git clone git://github.com/xbmc/xbmc.git xbmc

-----------------------------------------------------------------------------
3. Installing the required Ubuntu packages
Expand Down

0 comments on commit 98d0f9c

Please sign in to comment.