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

..03-May-2022-

data/H03-May-2022-351282

m4/H19-Nov-2003-2,1902,009

man/H19-Nov-2003-447377

po/H07-May-2022-1,017844

src/H03-May-2022-7,7615,910

ABOUT-NLSH A D04-Jul-200324.1 KiB436392

AUTHORSH A D04-Jul-200379 32

COPYINGH A D04-Jul-200317.6 KiB341281

ChangeLogH A D19-Nov-200313.8 KiB344264

INSTALLH A D04-Jul-20037.6 KiB183143

Makefile.amH A D19-Oct-2003310 138

Makefile.inH A D19-Nov-200316.6 KiB529448

NEWSH A D31-Oct-20033.9 KiB12289

NetworkProtocolH A D14-Jul-20035.6 KiB13296

READMEH A D04-Jul-2003861 4025

TODOH A D14-Jul-2003411 139

aclocal.m4H A D19-Nov-2003105.3 KiB2,8182,547

bootstrapH A D04-Jul-20033.9 KiB154109

config.guessH A D04-Jul-200340.2 KiB1,4101,218

config.rpathH A D04-Jul-200313.8 KiB514425

config.subH A D04-Jul-200329.1 KiB1,4741,333

configureH A D19-Nov-2003239.2 KiB7,7766,552

configure.acH A D19-Nov-20031.8 KiB5949

depcompH A D04-Jul-200313 KiB465298

install-shH A D04-Jul-20035.5 KiB252153

missingH A D04-Jul-200310 KiB337263

mkinstalldirsH A D04-Jul-2003726 4123

README

1
2                              X B u b b l e
3
4What is XBubble ?
5-----------------
6
7XBubble is a Puzzle Bubble (PB) / Bust-A-Move (BAM) clone for Unix/X11
8platforms. It was written from scratch with no real intent to exactly
9reproduce the original game.
10
11Requirements
12------------
13In order to play XBubble you need:
14
151) a Unix/X11 system.
162) the PNG library (libpng).
17
18Installation
19------------
20Just type:
21
22 ./configure
23 make
24
25If something goes wrong, try ./configure --help. For instance, if you have
26installed libpng in an unusual place where configure can't find it, type
27(in a Bourne compatible shell):
28
29 CPPFLAGS=-I/unusual/place/include LIBS=-L/unusual/place/lib ./configure
30
31When make has successfully completed, you can try xbubble with:
32
33 src/xbubble -r graphics
34
35and then of course install it with:
36
37 make install
38
39See INSTALL for more information.
40