diff options
-rw-r--r-- | README.armel | 4 | ||||
-rw-r--r-- | README.linux | 4 | ||||
-rw-r--r-- | README.osx | 4 | ||||
-rw-r--r-- | README.ubuntu | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/README.armel b/README.armel index 93f1cf7e12..fdbec70af8 100644 --- a/README.armel +++ b/README.armel @@ -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 ----------------------------------------------------------------------------- diff --git a/README.linux b/README.linux index b110d155e2..725021e598 100644 --- a/README.linux +++ b/README.linux @@ -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 diff --git a/README.osx b/README.osx index 0d6104200f..e089b57e77 100644 --- a/README.osx +++ b/README.osx @@ -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 @@ -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: diff --git a/README.ubuntu b/README.ubuntu index 375be2ef9e..129e63c987 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -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 |