|
Build_Monosim
IntroductionThis page lists methods to build Monosim on Linux and Windows os. Build on LinuxBuild and install from tarballsCan find tarballs in Downloads area. For monosim-gtkBuild Dependencies:
To build and install can use: $ ./configure --prefix=/usr $ make # make install (as root) For monosim-qtBuild Dependencies:
To build and install can use: $ ./configure --prefix=/usr $ make # make install (as root)
Build from sourcesNeed to obtain sources using checkout instructions contained in Source Tabs. For monosim-gtkBuild Dependencies:
To build can use build script: $ ./build-lnx-monosim-gtk.sh build output will be generated in monosim-gtk/bin/Debug folder. Can run using $ mono --debug monosim-gtk.exe --log-console For monosim-qtBuild Dependencies:
To build can use build script: $ ./build-lnx-monosim-qt.sh build output will be generated in monosim-qt/bin/Debug folder. Can run using $ mono --debug monosim-qt.exe --log-console
Build on WindowsBuild from sourcesNeed to obtain sources using checkout instructions contained in Source Tabs. After can use SharpDevelop IDE to build all solutions. Note that you need to change reference to comex-base and log4net because default reference is in GAC. |