1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Basic Installation
==================
These are generic installation instructions.
The simple way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`make' to compile the package.
2. Type `su` for super user permissions and type `make install' to
install the program.
Alternative you can install it with `make install' without super user
permissions and put the program in another path.
3. You can remove the program binary in the source directory
by typing `make clean'.
4. You can uninstall BinClock by typing `make uninstall'
* There is a debian package of BinClock, if you want to install it under debian.
Installation Names
==================
By default the make install script will install the binary in:
/usr/local/bin/
and the config file is:
~/.binclockrc
/usr/local/etc/binclockrc
Distributions
=============
BinClock is available at Debian and Gentoo,
you can install binclock with apt-get install binclock
and your local portage if you youse this distributions.
|