SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 5df227431b - Update ebuild to behave correctly
- Add control file to create debian packages (still untested,
mantainer will be Marco)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1144 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-14 11:50:23 +00:00
config - Fix all includes, separating header files to be installed 2006-09-07 00:43:00 +00:00
data - Some little improvements to interface (use HPaned instead of HBox) 2006-08-20 22:15:02 +00:00
distro - Update ebuild to behave correctly 2006-09-14 11:50:23 +00:00
doc - Added support for whole-simulation statistics to textual simulation 2006-09-13 13:58:44 +00:00
glade updated glade files 2006-09-14 11:00:39 +00:00
m4 - Add newlines at the end of file to make new versions of m4 happy 2006-08-29 09:12:54 +00:00
plugins - Fix bug in FCFS. Thanks, Filippo. 2006-09-13 11:59:44 +00:00
po - Add images needed for ``make dvi'' and ``make html'' (else 2006-09-09 16:48:18 +00:00
src - documentet cairo_widget.hh 2006-09-14 11:47:36 +00:00
.bzrignore - Remove ChangeLog since it's generated by svn2cl.sh 2006-04-03 08:59:51 +00:00
AUTHORS - Re-add Giovanni in the (hopefully) right places 2006-09-02 14:12:55 +00:00
COPYING - Lay out autotools foundations 2005-12-30 19:40:34 +00:00
Makefile.am added statistics show/hide, resized windows, added, scrolbars, added 2006-09-14 10:58:54 +00:00
NEWS - Lay out autotools foundations 2005-12-30 19:40:34 +00:00
README - Add some temporary infos about how to perform the 2006-02-19 14:54:53 +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 version numbers 2006-09-08 13:00:59 +00:00
gettext.h - Added libtool, gettext support 2006-01-13 15:52:22 +00:00

README

SGPEMv2 is ... description of product.

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.