SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
Matteo Settenvini d50ec337d1 Add missing files into git tree (prefer git over SVN).
More (not working and partial) porting to Gtkmm 3.x
2013-02-22 21:55:54 +01: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 Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
m4 Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
plugins Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
po Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
src Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01: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
.gitignore Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
ABOUT-NLS Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01: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
INSTALL Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
Makefile.am Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01: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
config.h.in Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
configure.ac Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01: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.