diff options
author | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2008-08-28 15:05:07 +0000 |
---|---|---|
committer | dwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c> | 2008-08-28 15:05:07 +0000 |
commit | 053ac1000f56f9e617249e53256394e7dec40356 (patch) | |
tree | c84213c2957ff0b1985fcb4945d3c4dfc22a80fe /README | |
parent | 575f72635e96599ff065cc6ec5521a35b109713d (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-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |