SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 989f9a27ef - Update license to GPLv3
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1322 3ecf2c5c-341e-0410-92b4-d18e462d057c
2007-06-30 13:31:19 +00:00
config - Fixed compilation problems on SuSE 2006-09-18 10:49:18 +00:00
data - Set icon for main window 2006-09-17 12:30:39 +00:00
distro - Updated project files for final build 2006-09-18 04:12:18 +00:00
doc - Update license to GPLv3 2007-06-30 13:31:19 +00:00
glade - Now a thread is automatically added to a newly created process 2007-01-18 12:27:38 +00:00
m4 - Update license to GPLv3 2007-06-30 13:31:19 +00:00
plugins - Update license to GPLv3 2007-06-30 13:31:19 +00:00
po - Updated pot. 2006-09-18 01:17:06 +00:00
src - Update license to GPLv3 2007-06-30 13:31:19 +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 - Update license to GPLv3 2007-06-30 13:31:19 +00:00
NEWS - Updated README 2006-09-17 23:59:20 +00:00
README - Updated README 2006-09-17 23:59:20 +00:00
autogen.sh - Add revision left out from last merging (Subversion has one of 2006-04-07 19:57:58 +00:00
configure.ac - Update license to GPLv3 2007-06-30 13:31:19 +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.