original 1.0.1 release
[xwelltris.git] / INSTALL
blob58bfbe85fc44ba23651fe805d472a62f5bb89a2d
1 ==============================================================================
2                   XWelltris Project - tetris like game
3 ==============================================================================
5 1. Installation from source tarball (xwelltris-version.src.tar.gz):
7 First of all you need to unpack tarball, use this command :
9    gunzip -c xwelltris-version.src.tar.gz | tar xvf -
11 After that you can see directory named 'xwelltris-version', change your 
12 current dir to it:
14    cd xwelltris-version
16 Then you need to configure and make the game:
18    ./configure
19    make
21 The default installation path is in /usr/bin and /usr/share/xwelltris dirs.
22 If you want to install to another dirs, for example in your home subdirs,
23 you need to say about this in configure:
25    ./configure --prefix=/home/user
26    make
28 After make is done with no errors, then install the game:
30    make install
32 Be sure that your $prefix/bin directory is in your $PATH environment variable.
34 That's all, now you can enjoy the game by typing:
36    xwelltris
38 P.S: XWelltris is the X Window game so it needs Xlibs and X headers to compile
39 Be shure that you have it installed.
41 ==============================================================================
43 2. Installation from binaries tarball.
45 You need to gain root account, then change you dir to '/':
47    cd /
48    gunzip -c /dir_of_xwelltris_tarball/xwelltris-version.tar.gz | tar xvf -
50 That's it!
52 Now type 'xwelltris' under X Window for playing.
54 ==============================================================================
56 P.S: If You like xwelltris, please, send me a letter with names of 
57 country and city where you are playing the game. It's for my collection.
59 Thank you.
60 Leo <leo@xnc.dubna.su> (31-03-2002)
61