SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog bce427d022 Port the code from Cairo to Cairo--.
See the TODO files for bugs and things that require attention.
The nasty bug that prevents visualization has been around for a while now, since Gtk+ reached 2.12, I think. Must be fixed.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1349 3ecf2c5c-341e-0410-92b4-d18e462d057c
2009-12-30 23:36:01 +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 versioning for deb package 2009-01-12 22:25:36 +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 Minor fixes and small, negligible, boring code cleanups. 2009-12-30 20:23:41 +00:00
po Update versioning for deb package 2009-01-12 22:25:36 +00:00
src Port the code from Cairo to Cairo--. 2009-12-30 23:36:01 +00:00
ui Wrong duplicated XML id 2009-05-28 11:03:13 +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 Port the code from Cairo to Cairo--. 2009-12-30 23:36:01 +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
TODO Port the code from Cairo to Cairo--. 2009-12-30 23:36:01 +00:00
autogen.sh Misc fixes to infrastructure: adjourn gettext version and 2008-11-08 20:01:09 +00:00
configure.ac Port the code from Cairo to Cairo--. 2009-12-30 23:36:01 +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.