File: INSTALL

package info (click to toggle)
asmail 2.1-7
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,340 kB
  • sloc: ansic: 3,050; sh: 183; makefile: 93
file content (36 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (8)
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
DEPENDENCIES
============
asmail requires XPM library (and X11 libraries, of course).
The program is multithreaded, so you will need the POSIX 
threads provided by 'pthread' library.
Good if you have OpenSSL libraries, asmail will use them
or default to the own implementation of MD5 if not available.

INSTALLATION USING autoconf
===========================
To install asmail on your system:

	./configure
	make
	make install

If you like to customize asmail (as is very likely if you
use something else than UNIX mailbox), you should copy
the file asmailrc.sample to ~/.asmailrc and change it to
suit your requirements.
The fancy pixmaps are installed in /usr/local/share/asmail/pixmaps
or you can find them here in 'pixmaps/cloud-e' subdirectory.
A couple of sounds are installed in /usr/local/share/asmail/sounds
or you can find them here in 'sounds' subdirectory.

To swallow in AfterStep, add this to your Wharf:
*Wharf asmail - Swallow "asmail" asmail &

INSTALLATION WITHOUT USING autoconf
===================================
If you have to do it the hard way:
	cp autoconf/Makefile.QNX Makefile
	...look over Makefile, and edit to suit
	make
	make install