Run UIC.Net with Mono - CDE-GMA/UIC.net-mono.c-sharp GitHub Wiki
Cross platform, open source .NET framework
Sponsored by Microsoft, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications.
Supported Platforms:
- Linux
- Ubuntu
- Debian
- Raspbian
- CentOS
- Windows
How To
-
install mono for Linux or windows
-
The evaluated versions of Mono are:
- 4.6.2
- 4.8.1
-
-
Build Mono
-
Download the preferred Mono version
-
Install the prerequisites and run the autogen.sh script
$ sudo apt-get install automake $ sudo apt-get install autoconf $ sudo apt-get install libtool $ ./autogen.sh
-
Compile Mono with the Makefile
$ make -j4 $ sudo make install -j4
-
-
run the previously build UIC.NET solution
- prompt>mono \Uic.Net\UIC\UIC.SGeT.Launcher\bin\Debug\UIC.SGeT.Launcher.exe