SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
tchernobog 470901d20e - Remove deleted m4 macro from Makefiles
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1192 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-09-16 13:36:49 +00:00
config - Try to make more fine tuned use of rpath, crossing fingers not to break builds for foreign hosts 2006-09-16 00:42:10 +00:00
data - Add icon, and update desktop file (I forgot to add the main group) 2006-09-15 00:12:37 +00:00
distro - Completed porting to win32. Added project files for visual studio.net 2005. Now I can go to sleep (almost) pacefully... 2006-09-16 03:23:04 +00:00
doc - updated manual under holt_widget and simulation widget to reflect: 2006-09-16 08:05:37 +00:00
glade - Show Statistics and HoltGraph only when the user wants them 2006-09-14 16:20:01 +00:00
m4 - Fix portability issues with config.h header. Now it is 2006-09-16 13:34:43 +00:00
plugins - Remove deleted m4 macro from Makefiles 2006-09-16 13:36:49 +00:00
po - Remove deleted m4 macro from Makefiles 2006-09-16 13:36:49 +00:00
src - Fix portability issues with config.h header. Now it is 2006-09-16 13:34:43 +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 - Lay out autotools foundations 2005-12-30 19:40:34 +00:00
Makefile.am - Remove deleted m4 macro from Makefiles 2006-09-16 13:36:49 +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 - Fix portability issues with config.h header. Now it is 2006-09-16 13:34: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.