Use :READ-FILE-FORM for defsystem versions
[iolib.git] / README
blob452c535ce66e7263f0c2e3bafa5d75adaea99fc0
1 -*- outline -*-
3 * Tests
4  Some of the socket tests require an echo server, the default being
5 one on the Internet. If you can't use that, set
6 iolib-tests:*echo-address* and iolib-test:*echo-port* appropriately to
7 point the echo tests somewhere else.
9 * Generating documentation
10  To generate the documentation, use this patched version of
11 texinfo-docstrings: http://gitorious.org/iolib/texinfo-docstrings
12 Then make sure that IOLib's .asd files and texinfo-docstrings.asd can
13 be loaded and run GNU make inside doc/ ; you'll then find the
14 generated docs under manual/. This procedure has only been tested
15 with SBCL.