Changes between Version 44 and Version 45 of dev-lang/mono/2.x/1
- Timestamp:
- 08/06/08 09:56:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/mono/2.x/1
v44 v45 1 Mono will not easily run on BeOS, it requires pthreads among other things. 1 ''Mono will not easily run on BeOS, it requires pthreads among other things.'' 2 2 3 3 == Getting Mono == … … 5 5 Either checkout mono and mcs from SVN ([http://www.mono-project.com/AnonSVN]) and apply patches, or use my [http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku "haiku" Git branch] of mono with mcs from SVN or Git. 6 6 7 Something like this :8 {{{ 9 git clone git://repo.or.cz/mono.git 7 Something like this (cf. [http://www.mono-project.com/GitSVN]): 8 {{{ 9 mkdir mono 10 10 cd mono 11 git init 11 12 git remote add afaerber git://repo.or.cz/mono/afaerber.git 12 13 git checkout --track -b haiku afaerber/haiku
