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

..03-May-2022-

bin/H02-Jul-2017-6,6815,539

inc/My/H02-Jul-2017-147123

lib/Games/H02-Jul-2017-6,0174,433

server/H02-Jul-2017-3,0422,505

share/H02-Jul-2017-27,03520,726

t/H02-Jul-2017-2117

.gitignoreH A D02-Jul-2017443 4645

AUTHORSH A D02-Jul-20172.7 KiB211102

Build.PLH A D02-Jul-20175.9 KiB146131

COPYINGH A D02-Jul-201717.7 KiB340281

ChangesH A D02-Jul-20175.4 KiB226130

HISTORYH A D02-Jul-20172.7 KiB6349

INSTALLH A D02-Jul-2017209 105

MANIFEST.SKIPH A D02-Jul-20171,016 6854

READMEH A D02-Jul-20172.2 KiB8048

typemapH A D02-Jul-20173.7 KiB126121

README

1=encoding UTF-8
2
3Games-FrozenBubble is Copyright © 2000-2012, The Frozen-Bubble Team.
4
5=head1 NAME
6
7README - basic information for users prior to downloading
8
9
10=head1 INSTALLATION
11
12=head2 system-wide installation
13
14    perl Build.PL
15    ./Build
16    ./Build test
17    sudo ./Build install
18
19=head2 installation in a private directory
20
21    perl Build.PL INSTALL_BASE=~/modules_prefix
22    ./Build
23    ./Build test
24    ./Build install
25
26Do not forget to add F<$HOME/modules_prefix/lib/perl5> to your C<@INC>, see
27L<perlfaq8/"How do I add a directory to my include path (@INC) at runtime?">.
28
29
30=head1 DEPENDENCIES
31
32=head2 Pango development files
33
34C<libpango1-dev> and C<pkg-config> are required.
35
36    sudo apt-get install libpango1-dev
37    sudo zypper install pango-devel pkg-config
38
39Users of Strawberry Perl for Windows need not worry.
40
41=head2 Alien::SDL
42
43=head3 Unix/Linux/Macs
44
45You may need the following packages:
46
47    libpng-dev libvorbis-dev x11proto-xext-dev libxft-dev               # deb
48    libpng-devel libvorbis-devel xorg-x11-libXext-devel xorg-x11-devel  # rpm
49
50During configuration of C<Alien::SDL>, it is B<critical> to select Pango support.
51
52=head2 Perl modules
53
54The other numerous module dependencies are listed in F<META.yml> (online at
55L<http://search.cpan.org/dist/Games-FrozenBubble/META.yml>).
56
57
58=head1 LICENCE AND COPYRIGHT
59
60Copyright © 2000-2012, The Frozen-Bubble Team
61
62This program is free software; you can redistribute it and/or modify
63it under the terms of the GNU General Public License version 2, as
64published by the Free Software Foundation.
65
66This program is distributed in the hope that it will be useful,
67but WITHOUT ANY WARRANTY; without even the implied warranty of
68MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
69GNU General Public License for more details.
70
71You should have received a copy of the GNU General Public License along
72with this program; if not, write to the Free Software Foundation, Inc.,
7351 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
74
75=head2 Disclaimer of warranty
76
77This library is distributed in the hope that it will be useful, but without
78any warranty; without even the implied warranty of merchantability or fitness
79for a particular purpose.
80