From bfd6e6a8dcb7b22c8d902f4389be34f3c536dc17 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jan 2004 16:16:49 +0000 Subject: some documentation updates git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@29 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- doc/Makefile.am | 2 ++ doc/README | 9 +++++++++ doc/REQUIREMENTS | 7 +++++++ ulaw/Makefile.am | 2 ++ 4 files changed, 20 insertions(+) create mode 100644 doc/REQUIREMENTS diff --git a/doc/Makefile.am b/doc/Makefile.am index 380076c..34fa300 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,3 +17,5 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. pkgdata_DATA = README.VoiceBox + +EXTRA_DIST = README README.VoiceBox TODO REQUIREMENTS diff --git a/doc/README b/doc/README index 1fc537f..f436987 100644 --- a/doc/README +++ b/doc/README @@ -1 +1,10 @@ Not much yet + +Quick installation HOWTO: + + - Install the requirements + - ./configure && make && make install in the ivam directory + - create a user and a group "ivam" + - create a directory /var/spool/ivam2 and make "ivam:ivam" the owner of that directory + - create some links in /etc/rc?.d for the ivam2 init script + diff --git a/doc/REQUIREMENTS b/doc/REQUIREMENTS new file mode 100644 index 0000000..7f53034 --- /dev/null +++ b/doc/REQUIREMENTS @@ -0,0 +1,7 @@ +* an isdn4linux capable ISDN device +* libdaemon >= 0.3 +* liboop >= 1.0 +* python 2.3 +* metamail, oggenc, sox (for the newmessage script) + +$Id$ diff --git a/ulaw/Makefile.am b/ulaw/Makefile.am index 617cfb1..4f02b4c 100644 --- a/ulaw/Makefile.am +++ b/ulaw/Makefile.am @@ -18,3 +18,5 @@ ulawdir = $(pkgdatadir)/ulaw ulaw_DATA = authok.ulaw.gz auth.ulaw.gz beep.ulaw.gz empty.ulaw.gz nomoremessages.ulaw.gz removed.ulaw.gz welcome.ulaw.gz + +EXTRA_DIST = $(ulaw_DATA) -- cgit