Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55172 - trunk/tools/release
From: bdawes_at_[hidden]
Date: 2009-07-30 14:42:23


Author: bemandawes
Date: 2009-07-26 07:31:16 EDT (Sun, 26 Jul 2009)
New Revision: 55172
URL: http://svn.boost.org/trac/boost/changeset/55172

Log:
Save Linux user-config.jam to ease new setups
Added:
   trunk/tools/release/linux_user-config.jam (contents, props changed)

Added: trunk/tools/release/linux_user-config.jam
==============================================================================
--- (empty file)
+++ trunk/tools/release/linux_user-config.jam 2009-07-26 07:31:16 EDT (Sun, 26 Jul 2009)
@@ -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 ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk