diff options
author | Beman Dawes <bdawes@acm.org> | 2009-07-26 11:31:16 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2009-07-26 11:31:16 +0000 |
commit | b81131dd47566ca20df1604b1efbd106a5696590 (patch) | |
tree | 4d3dd995b1758d67805654c434dc346343941de9 /tools/release | |
parent | 8b18af1b9278b276d8757b4031ea3ba47c2a1876 (diff) | |
download | boost-b81131dd47566ca20df1604b1efbd106a5696590.tar.gz |
Save Linux user-config.jam to ease new setups
[SVN r55172]
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/linux_user-config.jam | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/release/linux_user-config.jam b/tools/release/linux_user-config.jam new file mode 100644 index 0000000000..6b62071b02 --- /dev/null +++ b/tools/release/linux_user-config.jam @@ -0,0 +1,21 @@ +# Linux user-config.jam + +import toolset : using ; + +using gcc ; + +using python ; # requires pythonN.NN-dev be installed + +# Boost iostreams requires no user-config.jam entries, +# but does require zliblg-dev, libbz2-dev, be installed + +using xsltproc ; + +using boostbook + : /usr/share/xml/docbook/stylesheet/nwalsh + : /usr/share/xml/docbook/schema/dtd/4.2 + ; + +# Remove this line if you're not using doxygen +using doxygen ; +using quickbook ; |