Version 0.7.1
[iolib.git] / README
blobf060fa99ffb6b4d2f79988c47bcc584e4d7d9491
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://gitorious.org/iolib/texinfo-docstrings
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.