Galjoen GUI (version 1.15)
-------------------------------


Dependencies:
------------
	gtk3 (and development files)
	gtkmm3 (and development files)
	gcc 16 (or any other C++20 compliant compiler)


Compiling and installing:
------------------------
	cd into the map 'src':
		cd src

	compile the graphical interface:
		make

	install into /usr/local/bin (as root) with:
		make install


Compiling on Windows:
--------------------
        compiling with the help of MSYS2 should work


Run galjoengui:
--------------
	galjoengui -s <size>                (default size=560)


Run galjoencli:
--------------
	galjoencli -h                      (for help)

	Tournaments must be created with galjoengui.
	Tournaments may run in parallel if they have a different name.

	
Installed files:
---------------
	/usr/local/bin/galjoen.files/svg/*.svg
	/usr/local/bin/galjoengui
	/usr/local/bin/galjoencli


