Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

mono/mono-basic

Repository files navigation

Mono Basic: Visual Basic Compiler and Runtime.

= Building =

	To configure this module, first configure it, like this:

		./configure [--prefix=/path]

	To build it, use:

		make

	To install the compiler and runtime, use:

		make install

= Package =

== Visual Basic Runtime ==

== Visual Basic Compiler ==