Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README
svn path=/trunk/mono/; revision=24306
  • Loading branch information
migueldeicaza committed Mar 18, 2004
1 parent 52fc561 commit f64af1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -45,6 +45,14 @@ This is Mono.
make
make install

Mono supports a JIT engine on x86, SPARC and PowerPC systems.
The various commands that ship with Mono default to the JIT engine
on x86 and SPARC, to turn it on for PPC systems, use the --with-jit=yes
command line option to configure.

MacOS X Users: you will need to download the latest Boehm GC
Alpha release for garbage collection to work properly.

If you obtained this as a snapshot, you will need an existing
Mono installation. To upgrade your installation, unpack both
mono and mcs:
Expand Down
2 changes: 1 addition & 1 deletion mono/tests/Makefile.am
Expand Up @@ -197,7 +197,7 @@ EXTRA_DIST=test-driver $(TEST_CS_SRC) $(TEST_IL_SRC)
ilasm -out:$@ $<

%.exe: %.cs TestDriver.dll
$(CSC) -r TestDriver.dll -out:$@ $<
$(CSC) -r:TestDriver.dll -out:$@ $<

test: testjit

Expand Down

0 comments on commit f64af1c

Please sign in to comment.