root/INSTALL

Revision ,1, 290 bytes (checked in by Florian Birée <florian@…>, 8 months ago)

First commit - organization of the project and main files

Line 
1batnav - Installation instructions
2==================================
3
4You can compile batnav with the following instructions:
5$ make
6
7Next you can run batnav by:
8$ ./sudoku
9Or install it by (as root):
10# make install
11to run it by:
12$ sudoku
13
14To uninstall it, run (as root):
15# make uninstall
Note: See TracBrowser for help on using the browser.