]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - README_CMake
make scan of dEdx blocks consistent, there is only one block
[u/mrichter/AliRoot.git] / README_CMake
index 62b738b1f199cf7e7dfe1e5a536c94dbfec1ec83..df5457d20ef19bdf0c5b7f515b18e49051856554 100644 (file)
@@ -6,7 +6,9 @@ Steps to Build AliRoot with CMake :
 1. Check out Aliroot source into a folder (usually specified by the environment variable ALICE)
        
        cd $ALICE
-       svn co http://alisoft.cern.ch/AliRoot/trunk AliRoot
+       svn co https://alisoft.cern.ch/AliRoot/trunk AliRoot
+
+Note: Please use https:// if you want to be able to commit changes to the SVN repository.
 
 2. Set the environment variable ALICE_ROOT to point to the source you have checked out