SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 3df5d38041 - Make preferences window bigger. TODO: yalign = ALIGN_TOP into the left
column of the treeviews


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@992 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-02 09:38:16 +00:00
config - Fix datarootdir for autoconf 2.60 2006-07-04 20:28:40 +00:00
data - Some little improvements to interface (use HPaned instead of HBox) 2006-08-20 22:15:02 +00:00
distro/gentoo - Add src_compile() test-aware 2006-05-31 08:13:22 +00:00
doc - Add note about indentation in Emacs (how to get it right) 2006-07-20 22:12:08 +00:00
glade - Make preferences window bigger. TODO: yalign = ALIGN_TOP into the left 2006-09-02 09:38:16 +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 - Correctly manage file extensions in load/save dialogs. I couldn`t find a way to automagically add the extension on file save. It`s just too much of an hassle to do it by hand, isn`t it? 2006-09-02 01:01:37 +00:00
po - Merge branch https://lowca.thgnet.it/swe/branches/0.3-r847--simplify-scheduler 2006-08-17 23:30:49 +00:00
src - Added an optimization to save cache when reached the end of the simulation 2006-09-02 02:07:19 +00:00
.bzrignore - Remove ChangeLog since it's generated by svn2cl.sh 2006-04-03 08:59:51 +00:00
AUTHORS - Lay out autotools foundations 2005-12-30 19:40:34 +00:00
COPYING - Lay out autotools foundations 2005-12-30 19:40:34 +00:00
Makefile.am - Enable CPUPolicy configuration in the GUI through clicking on the 2006-08-30 23:37:11 +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 - bug fixed by Matteo 2006-08-18 07:28:02 +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.