File: INSTALL

package info (click to toggle)
licq 1.3.4-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 22,048 kB
  • ctags: 8,640
  • sloc: cpp: 76,924; sh: 9,845; ansic: 5,424; perl: 3,449; lex: 857; xml: 804; php: 691; makefile: 393; csh: 48
file content (54 lines) | stat: -rw-r--r-- 1,842 bytes parent folder | download | duplicates (5)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Basic Installation of Licq daemon
=================================

Licq installation consists of two main steps:

	1. Install the Licq daemon
	2. Install one or more plugins


Requirements for the daemon:
	- A C++ compiler and libstc++-devel
	- GNU make

	Optional it may be helpful to have these:
	- OpenSSL (for encrypted connections, please read README.OPENSSL)
	- SOCKS libraries (for SOCKS5 support)


These are the installation instructions:

     If there is no "configure" script or you downloaded sources from 
     CVS then use `make -f Makefile.cvs' to create your configure script. 
     You will need autoconf and automake for this to work:
     ftp://ftp.gnu.org/gnu/autoconf/
     ftp://ftp.gnu.org/gnu/automake/

  1. `cd' to the directory where you unpacked Licq sources and type
     `./configure' to configure the package for your system.

     Running `configure' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

     If you are curious as to what possible configurable options, see
     `./configure --help' for a list of all possible options.

  2. Type `make' to compile the package.

  3. Type `make install' to install the programs and any data files and
     documentation. You have to be 'root' for this to work. Per default 
     files are installed in /usr/local/* if you have not defined a different
     --prefix=/some/directory.
  
  4. `cd plugins' to the plugins directory and install a plugin of your choice.
     Read the included INSTALL and README files to learn how to do this. 
     You need at least _one_ plugin; without a plugin Licq will not
     work!


USING LICQ
==========

For information on how to use Licq please have a look into the doc/ directory 
and read the README file and the others. They include very much useful 
information.