Style change.
[iolib.git] / README
blob509df995a154a1283adff8110acba29b2089bfc5
1 -*- outline -*-
3 * Tests
4  Some of the socket tests require an echo server runing locally.
5 You can either compile and run the provided tests/echo-server.c
6 or enabled the echo services in (x)inetd.
7 Note: on Darwin, this can be achieved by uncommenting the echo
8  service in /etc/inetd.conf and running:
9    sudo xinetd -dontfork -inetd_compat)
10 Otherwise, set iolib-tests:*echo-address* and iolib-test:*echo-port*
11 appropriately if you want to point the echo tests somewhere else.
13 * Generating documentation
14  To generate the documentation, use this patched version of
15 texinfo-docstrings: http://common-lisp.net/~sionescu/texinfo-docstrings.tar.bz2
16 Then make sure that IOLib's .asd files and texinfo-docstrings.asd can
17 be loaded and run GNU make inside doc/ ; you'll then find the
18 generated docs under manual/. This procedure has only been tested
19 with SBCL.