Skip to content

Commit

Permalink
Note 2.6 breakage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Mar 1, 2011
1 parent 11bf899 commit 762eae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -55,7 +55,7 @@ obj/CLRBackend.exe: $(patsubst %,lib/%,$(csbackend)) obj/Kernel.dll obj/CrossDom

test: all
$(RUN_CLR) run/Niecza.exe -c test.pl
prove -e $(RUN_CLR) obj/MAIN.exe
prove -e "$(RUN_CLR)" obj/MAIN.exe

p6eval: all
$(RUN_CLR) run/Niecza.exe -C CORE Test JSYNC
2 changes: 2 additions & 0 deletions README.pod
Expand Up @@ -23,6 +23,8 @@ platforms.
2.8.2 or later is recommended for best performance; you should use
C<RUN_CLR=mono-sgen> in this case. 2.10 (latest stable) is also tested.

(2.6.x is currently broken due to versioning issues. Stay tuned.)

Debian and derivatives have a modular mono packaging; you should install
'mono-complete'. (The other packages exist for the sake of Debian-packaged
programs.)
Expand Down

0 comments on commit 762eae4

Please sign in to comment.