HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 44 and Version 45 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/06/08 09:56:03 (7 years ago)
Author:
andreasf
Comment:

Simplified checkout instructions

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.'' 
    22 
    33== Getting Mono == 
    … …  
    55Either 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. 
    66 
    7 Something like this: 
    8 {{{ 
    9 git clone git://repo.or.cz/mono.git 
     7Something like this (cf. [http://www.mono-project.com/GitSVN]): 
     8{{{ 
     9mkdir mono 
    1010cd mono 
     11git init 
    1112git remote add afaerber git://repo.or.cz/mono/afaerber.git 
    1213git checkout --track -b haiku afaerber/haiku 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/