summaryrefslogtreecommitdiff
path: root/tools/release/linux_user-config.jam
blob: 6b62071b025b6f99197ce32b485cb033ec286915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 ;