Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
README: Update dependency checkout instructions to git.
Browse files Browse the repository at this point in the history
2010-07-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* README: Update dependency checkout instructions to git.
  • Loading branch information
rolfbjarne committed Jul 22, 2010
1 parent 5b1132a commit 79a21bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2010-07-23 Rolf Bjarne Kvinge <RKvinge@novell.com>

* README: Update dependency checkout instructions to git.

2010-07-22 Rolf Bjarne Kvinge <RKvinge@novell.com>

* README: Update to include Silverlight 3.0.
Expand Down
13 changes: 7 additions & 6 deletions README
Expand Up @@ -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
Expand Down

0 comments on commit 79a21bf

Please sign in to comment.