SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 075e12d14d - Add note that building with --disable-shared at the moment doesn't work
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@393 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-02-23 09:26:27 +00:00
config - Don't include full paths 2006-02-22 14:27:14 +00:00
distro/gentoo - Get DSO visibility check right in configure.ac. Now it should 2006-01-28 20:39:29 +00:00
doc - Add note that building with --disable-shared at the moment doesn't work 2006-02-23 09:26:27 +00:00
m4 - Fix Python/C++ module compilation when compiler supports 2006-02-20 21:26:08 +00:00
po - Update localizable string catalog 2006-02-17 23:41:43 +00:00
src - Add note that building with --disable-shared at the moment doesn't work 2006-02-23 09:26:27 +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 - "Yeehaw! It's working! I can't believe it! And they said that an imitation 2006-02-22 20:36:33 +00:00
Makefile.am - Add note that building with --disable-shared at the moment doesn't work 2006-02-23 09:26:27 +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 - Fix Python/C++ module compilation when compiler supports 2006-02-20 21:26:08 +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.