SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 59ebcace2a Wrong duplicated XML id
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1343 3ecf2c5c-341e-0410-92b4-d18e462d057c
2009-05-28 11:03:13 +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 Indentation. 2009-04-06 20:40:25 +00:00
po Update versioning for deb package 2009-01-12 22:25:36 +00:00
src Add missing include (correctly) needed by GCC 4.4. 2009-05-28 08:55:16 +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 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 Update the AC_PYTHON_DEVEL macro to support also Python 3.0. 2009-02-07 11:17:00 +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.