• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

images/H03-May-2022-389319

src/H24-Aug-2012-6,3734,187

COPYINGH A D03-Oct-201117.6 KiB340281

Makefile.amH A D03-Oct-201149 42

Makefile.inH A D24-Aug-201220.8 KiB671587

READMEH A D03-Oct-20112.3 KiB6842

aclocal.m4H A D24-Aug-201239.5 KiB1,1221,006

config.guessH A D03-Oct-201142.6 KiB1,4601,260

config.subH A D03-Oct-201130.4 KiB1,5501,409

configureH A D24-Aug-2012190.2 KiB6,6315,478

configure.acH A D24-Aug-20121.4 KiB6748

depcompH A D03-Oct-201118.2 KiB631407

install-shH A D03-Oct-20115.5 KiB251152

missingH A D03-Oct-20118.6 KiB284224

mkinstalldirsH A D03-Oct-2011723 4123

README

1----- Licence -------------------------------------------------------------
2
3Hexxagon board game.
4Copyright (C) 2001 Erik Jonsson.
5
6This program is free software; you can redistribute it and/or
7modify it under the terms of the GNU General Public License
8as published by the Free Software Foundation; either version 2
9of the License, or (at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
20
21
22----- About Hexxagon ------------------------------------------------------
23
24The latest version of Hexxagon can be downloaded from:
25http://www.nesqi.se/hexxagon/
26
27And you can reach me on this email:
28hexxagon@nesqi.se
29
30
31
32----- Compile / Install ---------------------------------------------------
33
34To compile this source package you have to have these libraries installed:
35
36gtk+ v2.4  - Which can be downloaded from http://www.gtk.org/download/
37
38gtkmm v2.4 - This is a C++ wrapper for GTK+ 2. You can download gtkmm
39             from http://www.gtkmm.org/.
40
41If you are using debian you have to install the "-dev" packages as well
42as the library packages.
43
44If you have these libraries installed with there corresponding header files
45the rest of the installation should be easy.
46
47If the configure script can't find libgtkmm or libgtk+ you should try to add
48there locations to the environment variable PKG_CONFIG_PATH separeted by
49colons. You can read more about this in the pkg-config man page.
50
51Since it's hard enough to maintain the GTK frontend I have discontinued
52the readline frontend. If you want to play the game in text mode you will
53have to download the older version 3.3:
54
55http://www.nesqi.se/hexxagon/download/hexxagon-0.3.3.tar.gz
56
57*** Install:
58
59First run ./configure to prepare for compilation. This stage will tell you
60if some libraries are missing.
61
62Then run make to compile the program.
63
64And finally install hexxagon by changing user to root with "su" or "sudo"
65and run "make install".
66
67This is it. Have fun!
68