-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
21 lines (15 loc) · 783 Bytes
/
INSTALL
File metadata and controls
21 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This file contains very simple instructions for compiling flash. If you have
problems please try to work them out yourself and then let us know what
needed changing and may include you contribution in future releases, or
alternatively contact us and we will see what we can do to help!
Basically it should be
./configure; make; make install
./configure --enable-maildir will enable Maildir support.
For Solaris users please read the Makefile, and follow the comments
mentioning Solaris.
If you have trouble using 'make install' it may be because configure could not
find an install program in your path. I have included a section in the Makefile
to do the install with good old 'mkdir' and 'cp' so uncomment this if you have
problems.
Albert White
albertw@netsoc.ucd.ie