SGPEMv2 is an educational simulator for process scheduling policies in a monoprocessor computer.
Go to file
Matteo Settenvini ffd4b6b319 Reformat using clang-format 2018-09-25 10:20:45 +02:00
data * Drop libglademm dep, upgrade gtkmm dep to 2.12.1 and use 2008-11-08 18:35:13 +00:00
doc Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
plugins Replace autotools with CMake at the toplevel, backend now compiles with newer GCC 2018-09-25 09:56:28 +02:00
po Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
src Reformat using clang-format 2018-09-25 10:20:45 +02:00
ui Wrong duplicated XML id 2009-05-28 11:03:13 +00:00
.clang-format Fix some more warnings, install headers 2018-09-25 10:17:29 +02:00
.gitignore Replace autotools with CMake at the toplevel, backend now compiles with newer GCC 2018-09-25 09:56:28 +02:00
ABOUT-NLS Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00
AUTHORS - Add beta tester names to the AUTHORS files 2006-09-14 15:40:18 +00:00
CMakeLists.txt Fix some more warnings, install headers 2018-09-25 10:17:29 +02:00
COPYING - Update license to GPLv3 2007-06-30 13:31:19 +00:00
NEWS - Migrate Glade files to GtkBuilder XML 2007-12-05 10:44:09 +00:00
README Replace autotools with CMake at the toplevel, backend now compiles with newer GCC 2018-09-25 09:56:28 +02:00
config.h.in Add missing files into git tree (prefer git over SVN). 2013-02-22 21:55:54 +01:00

README

SGPEMv2 is an educational simulator for process scheduling 
policies in a monoprocessor computer.

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
	cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/installation/dir
	cmake --build .
	sudo cmake --build . --target install

if you want to generate API documentation via Doxygen and makeinfo: 
	
	make doc

As simple as that.