1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-05 18:08:55 +03:00

README: fix c# header, specify perl 5.8

This commit is contained in:
Joel Martin 2014-04-23 23:07:16 -05:00
parent 592eb5cfb9
commit 9b1563a3fb

View File

@ -65,7 +65,7 @@ make
./stepX_YYY
```
### C#
### C# ###
The C# implementation of mal has been tested on Linux using the Mono
C# compiler (mcs) and the Mono runtime (version 2.10.8.1). Both are
@ -122,7 +122,7 @@ cd make
make -f stepX_YYY.mk
```
### Perl 5
### Perl 5.8
For readline line editing support, install Term::ReadLine::Perl or
Term::ReadLine::Gnu from CPAN.