Next: problems, Previous: requirements, Up: installation [Contents]
tar xzf quelcom-0.4.0.tar.gz
. this creates a directory named quelcom-0.4.0 and expands there all the files.
cd quelcom-0.4.0
make
to build the sources. some compiler messages may appear, but it should compile successfully.
make install
.
by default, the executables are installed under /usr/local/bin, the libraries under /usr/local/lib, the translation .mo files under /usr/local/share/locale and the info manual file under /usr/local/info.
to activate the automatic translation to catalan or to spanish (the only languages supported at this moment), it should be enough (if there haven’t been no problem until now), setting the environment variable LANG
this way (with bash
shell): export LANG=ca
or export LANG=es
respectively. otherwise, the messages will appear in english.