My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Build_Monosim  
how to build Monosim on your os
Phase-Implementation, Featured
Updated Oct 27, 2011 by hmandevt...@gmail.com

Introduction

This page lists methods to build Monosim on Linux and Windows os.

Build on Linux

Build and install from tarballs

Can find tarballs in Downloads area.

For monosim-gtk

Build Dependencies:

To build and install can use:

 $ ./configure --prefix=/usr
 $ make
 # make install (as root)

For monosim-qt

Build Dependencies:

To build and install can use:

 $ ./configure --prefix=/usr
 $ make
 # make install (as root)



Build from sources

Need to obtain sources using checkout instructions contained in Source Tabs.

For monosim-gtk

Build 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-qt

Build 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 Windows

Build from sources

Need 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.


Sign in to add a comment
Powered by Google Project Hosting