Make AddMouseRegion's index unsigned
[dockapps.git] / wmtictactoe / INSTALL
blob4c733f059204b4979275af7f9b026aec21872740
1 Installation instructions for wmTicTacToe.
3 Requirements
4 --------------------------------------------------------------
5 To know read... :)
7 Installation
8 --------------------------------------------------------------
9 1) % tar -zxvf wmtictactoe-1.1.tar.gz
10 2) % cd wmtictactoe-1.1/wmtictactoe
11 3) % make
12 as root type:
13 4) % make install
14 or copy 'wmtictactoe' somewhere in your $PATH like /usr/local/bin;
15 5) % wmtictactoe & (or wmtictactoe -h for help)
17 Be sure to read the TODO file too!