SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog c9d867565b Fix missing labels lost in transition to GtkBuilder
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1334 3ecf2c5c-341e-0410-92b4-d18e462d057c
2008-12-26 15:38:20 +00:00
config * Remove old patch to workaround the obsolete installation problems 2008-11-08 21:20:23 +00:00
data * Drop libglademm dep, upgrade gtkmm dep to 2.12.1 and use 2008-11-08 18:35:13 +00:00
distro * Update version 2008-11-08 18:38:45 +00:00
doc * Drop libglademm dep, upgrade gtkmm dep to 2.12.1 and use 2008-11-08 18:35:13 +00:00
m4 - Update license to GPLv3 2007-06-30 13:31:19 +00:00
plugins Update package to be dist'd w/ new versions of GNU Gettext 2008-11-08 21:32:36 +00:00
po Update package to be dist'd w/ new versions of GNU Gettext 2008-11-08 21:32:36 +00:00
src Add menu option to open directly an example (so it's clearer it exists!) 2008-12-26 15:28:06 +00:00
ui Fix missing labels lost in transition to GtkBuilder 2008-12-26 15:38:20 +00:00
.bzrignore - Remove ChangeLog since it's generated by svn2cl.sh 2006-04-03 08:59:51 +00:00
AUTHORS - Add beta tester names to the AUTHORS files 2006-09-14 15:40:18 +00:00
COPYING - Update license to GPLv3 2007-06-30 13:31:19 +00:00
Makefile.am Add menu option to open directly an example (so it's clearer it exists!) 2008-12-26 15:28:06 +00:00
NEWS - Migrate Glade files to GtkBuilder XML 2007-12-05 10:44:09 +00:00
README - Updated README 2006-09-17 23:59:20 +00:00
autogen.sh Misc fixes to infrastructure: adjourn gettext version and 2008-11-08 20:01:09 +00:00
configure.ac Misc fixes to infrastructure: adjourn gettext version and 2008-11-08 20:01:09 +00:00
gettext.h - Added libtool, gettext support 2006-01-13 15:52:22 +00:00

README

SGPEMv2 is an educational simulator for process scheduling 
policies in a monoprocessor computer.

Still to be written ... please refer to the 
Info manual in the meantime.

For convenience, here's a short glance at the 
build process (while the manual isn't finished):
in the source package root directory, type:

	mkdir =build && cd =build
	../configure --prefix=/path/to/installation/dir
	make
	su -c "make install"

if you want to generate API documentation via Doxygen:
	
	make apidox

if you want PDFs of the user and developer manuals,

	make pdf

As simple as that.