SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 45b04dca21 Make the project compile disabling gtk2 deprecated symbols, to ease migration for the upcoming gtk+-3.
This need a temporary fix for gtkmm 2.22.0. Please remove where marked as bugfix when gtkmm will have a patch upstream.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1352 3ecf2c5c-341e-0410-92b4-d18e462d057c
2011-01-30 16:46:08 +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 Fixed compilation on Visual C++. 2011-01-30 14:14:28 +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 Fixed compilation on Visual C++. 2011-01-30 14:14:28 +00:00
po Update versioning for deb package 2009-01-12 22:25:36 +00:00
src Make the project compile disabling gtk2 deprecated symbols, to ease migration for the upcoming gtk+-3. 2011-01-30 16:46:08 +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 Fix some header includes. 2009-12-31 15:59:56 +00:00
autogen.sh Misc fixes to infrastructure: adjourn gettext version and 2008-11-08 20:01:09 +00:00
configure.ac Make the project compile disabling gtk2 deprecated symbols, to ease migration for the upcoming gtk+-3. 2011-01-30 16:46:08 +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.