diff --git a/ChangeLog b/ChangeLog index 78d70785b8..01ee85370c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-23 Rolf Bjarne Kvinge + + * README: Update dependency checkout instructions to git. + 2010-07-22 Rolf Bjarne Kvinge * README: Update to include Silverlight 3.0. diff --git a/README b/README index b24860e6d7..867135af7f 100644 --- a/README +++ b/README @@ -13,14 +13,15 @@ Requirements ============ At this time, Moonlight trunk (this release) requires you to use - Mono trunk. To build Moonlight, you need to get the mono, mcs and - mono-basic modules from trunk at the following revison: 160675 + Mono trunk. To build Moonlight, you need to get the mono and + mono-basic repositories from a specific revision from trunk. Do this like this: - svn co http://anonsvn.mono-project.com/source/trunk/moon - svn co -r 160675 http://anonsvn.mono-project.com/source/trunk/mono - svn co -r 160675 http://anonsvn.mono-project.com/source/trunk/mcs - svn co -r 160675 http://anonsvn.mono-project.com/source/trunk/mono-basic + git clone git://github.com/mono/moon.git moon + git clone git://github.com/mono/mono.git mono + cd mono && git reset --hard 9c8cb87fe336e678e902 && cd .. + git clone git://github.com/mono/mono-basic.git mono-basic + cd mono-basic && git reset --hard HEAD && cd .. Compiling Mono for Moonlight