Run UIC.Net with Mono - CDE-GMA/UIC.net-mono.c-sharp GitHub Wiki

Cross platform, open source .NET framework

http://www.mono-project.com/

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

  1. install mono for Linux or windows

    1. The evaluated versions of Mono are:

      • 4.6.2
      • 4.8.1
  2. Build Mono

    1. Download the preferred Mono version

    2. 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
      
    3. Compile Mono with the Makefile

      $ make -j4
      $ sudo make install -j4
      
  3. run the previously build UIC.NET solution

    • prompt>mono \Uic.Net\UIC\UIC.SGeT.Launcher\bin\Debug\UIC.SGeT.Launcher.exe