Skip to content

5. Installation

Luka Aleksić edited this page Oct 13, 2016 · 2 revisions

Requirements

  • Linux
  • gcc, make and standard C libraries
  • glib and development libraries
  • graphviz and development libraries
  • gtk2 and development libraries
  • gtksourceview and development libraries
  • goocanvas and development libraries

On Ubuntu Linux (preferred distribution at my university) the following command covers them all.

sudo apt install build-essential pkg-config x11proto-randr-dev libglib2.0-dev libgtk2.0-dev libgtksourceview2.0-dev libgoocanvas-dev graphviz-dev

Compiling

Navigating to the projects root directory, running make will compile the source and output executable files to the Executable/ directory from which it can be run. Running make install as root will install the URMulator.

If you have any trouble compiling or running the program contact me at laleksic@mail.ru.

Clone this wiki locally