Skip to content

Commit

Permalink
update build instructions for building the docbook manual
Browse files Browse the repository at this point in the history
  • Loading branch information
David Banks committed Mar 6, 2012
1 parent 9e54ac2 commit b253539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -57,6 +57,10 @@ jar and the 'commons' jar. This is distributed by upstream in a single
'asm-VERSION-bin.zip' file. This version should be compatible with ASM versions
3 and 4, and possibly older versions.

To build the manual, you need the DocBook XSL stylesheets installed. On a
Debian system you can find them in the package 'docbook-xsl'. You also need the
command line XSLT processor 'xsltproc'.

On Debian, you can install and symlink in the relevant jars like this:

sudo aptitude install junit libasm3-java
Expand Down
1 change: 1 addition & 0 deletions TODO
Expand Up @@ -5,6 +5,7 @@ Bug Fixes
demanded
* Work to eliminate bottlenecks in generic-procedure calls.
* Configuration parameters seem to not work with SRFI-39 'parameterize'
* change build system to attempt to use java XSLT classes rather than 'xsltproc'

General
* Document weak hashtables
Expand Down

0 comments on commit b253539

Please sign in to comment.