SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog ef733b37e8 - Update test-python_loader, do not link to libpyloader anymore
- TODO: sigsegv (due to an hidden vtable?)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@519 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-03-09 21:56:16 +00:00
config - How to spend two hours tracking a bug of Unipd's laboratory broken distribution (how fscking unbelievable!) 2006-03-08 15:50:13 +00:00
distro/gentoo - Get DSO visibility check right in configure.ac. Now it should 2006-01-28 20:39:29 +00:00
doc - Update user manual to list required software and tools to 2006-02-23 22:54:01 +00:00
m4 - Update ac_python_devel macro to integrate advice from Horst 2006-02-25 19:32:54 +00:00
po - Use kluge to an automake bug to have ``make distcheck'' working again 2006-03-05 23:06:48 +00:00
src - Update test-python_loader, do not link to libpyloader anymore 2006-03-09 21:56:16 +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
ChangeLog - Fix compilation of test-history 2006-03-09 11:37:09 +00:00
Makefile.am - Update test-python_loader, do not link to libpyloader anymore 2006-03-09 21:56:16 +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 support for automatic ChangeLog creation with svn2cl 2006-01-13 16:16:46 +00:00
configure.ac - Add support for conditional compilation of tests 2006-03-09 21:02:43 +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.