Skip to content

Compiling Meshwork on Ubuntu Linux

codebutler edited this page Sep 13, 2010 · 1 revision

These directions should work on Ubuntu Jaunty or later. If you are still running an older version of Ubuntu, you should upgrade first.

Dependencies

sudo apt-get install mono-complete gtk-sharp-2.0 debhelper cdbs cli-common-dev pkg-config intltool libgdiplus automake

Using MonoDevelop

Simply open Meshwork.sln using a recent version of MonoDevelop (tested with v2.2 Beta 1).

Using Makefiles

  1. ./autogen.sh
  2. make
  3. make install or make run

Building a .deb package

  1. ./autogen.sh
  2. ./debian/rules update-version
  3. debuild
Clone this wiki locally