[Mono-list] mono-win-installer
Daniel Morgan
danmorg@sc.rr.com
Wed, 12 Mar 2003 09:49:39 -0500
The installer exe is the setup.
Now, you can go to the MS DOS prompt, and type:
C:\> mono.bat
or
C:\> mcs.bat
If you have cygwin installed, you could do:
$ mono.exe.sh
or
$ mcs.bat
If this does not work, try setting your user PATH environment variable in
the system control panel. For instance:
c:\monoblabla\install\bin;c:\monoblabla\install\lib;
Mono is the Mono CLR virtual machine which .net programs must be run on:
C:\> mono.bat hello.exe
Mcs is the Mono C# compiler:
C:\> mcs.bat hello.cs
If you need to reference an assembly like System.Data.dll, then you would
do:
C:\> mcs.bat hello.cs /r:System.Data.dll
-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com]On Behalf Of SiD`
Sent: Wednesday, March 12, 2003 9:07 AM
To: 'mono-list@ximian.com'
Subject: [Mono-list] mono-win-installer
hi!
I've installed the "mono windows installer" in c:\monoblabla\install
now how can i install mono now?
(there is not any install/setup....)
thx in advance
_______________________________________________
Mono-list maillist - Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list