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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of SiD`
Sent: Wednesday, March 12, 2003 9:07 AM
To: '[EMAIL PROTECTED]'
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  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to