Clr

Install

Created by Baptiste Fontaine
Keywords:
install, installation
Last updated by:
Baptiste Fontaine

To install clr, you need to download the last release here:
https://launchpad.net/clr/+download
It is a .tar file.

1) Unpack it, for example:
$ tar -xvf clr-install.tar
($ is the prompt)

2) Go to the new folder 'clr-install/':
$ cd clr-install/

3) do 'make install':
$ make install

4) when it's requested, type your superuser password.

5) It's done ! You can now do 'clr', or try 'man clr' for informations.

---
Manual installation:

1) Unpack the archive

2)
a. Move clr-install/clr to /bin/clr (needs superuser privileges):
$ sudo mv clr-install/clr /bin/

b. Move clr-install/clr.1.gz to /usr/share/man/man1/clr.1.gz (needs superuser privileges):
$ sudo mv clr-install/clr.1.gz to /usr/share/man/man1/

c. Create a folder ~/.clr :
$ mkdir ~/.clr

d. Move clr-install/README and clr-install/help/ in ~/.clr :
$ mv clr-install/README ~/.clr/
$ mv clr-install/help ~/.clr/

You need to have this:
~/.clr/README
~/.clr/help/...

e. You can remove clr-install/makefile:
rm -f clr-install/makefile

3) It's done !