[Mono-docs-list] Minor errors in the "Running Mono" doc

Paul Campbell pwc@u.washington.edu
Tue, 14 Oct 2003 15:23:05 -0700


I am most appreciative of the document.
I have some very minor notes and errors
that are no doubt, the result of the changes
since version 0.12



pg 4 "On a practical note"
				mono 0.12

current version is 0.28

standard RH 7.3 build

current version is 9.0

---------------------

pg 5

You can also install an rpm such as mono-0.28-1.ximian.6.1.i386.rpm

rpm -Uvh mono....
No additional installation steps are required. Turn to "Running mono".

---------------

pg 8

( Since the class was Hello, capitalized, I was surprised that
the file was called hello.cs uncaptialized. )

mcs hello.cs
RESULT: 0

The RESULT does not occur. It says "Compilation succeeded"

Also after the mono hello.exe

There is no RESULT


Again many thanks.
This was surprisingly easy.