summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2008-08-28 15:05:07 +0000
committerdwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2008-08-28 15:05:07 +0000
commit053ac1000f56f9e617249e53256394e7dec40356 (patch)
treec84213c2957ff0b1985fcb4945d3c4dfc22a80fe /README
parent575f72635e96599ff065cc6ec5521a35b109713d (diff)
Document installing sctplib
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@329 88473608-6f18-0410-8b6c-91216bd3049c
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index df9b0f4..bc26ed9 100644
--- a/README
+++ b/README
@@ -261,3 +261,12 @@ As root, you can start them using the usual way to start services:
/etc/init.d/xend start
/etc/init.d/xendomains start
+
+
+To install the SCTP library:
+tar xvzf sctplib-1.0.7.tar
+cd sctplib-1.0.7
+./configure --prefix=/usr
+make
+su
+make install