summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/README9
-rw-r--r--doc/REQUIREMENTS7
-rw-r--r--ulaw/Makefile.am2
4 files changed, 20 insertions, 0 deletions
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)