Explorar o código

Save Linux user-config.jam to ease new setups

[SVN r55172]
Beman Dawes %!s(int64=17) %!d(string=hai) anos
pai
achega
b81131dd47
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  1. 21 0
      tools/release/linux_user-config.jam

+ 21 - 0
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 ;

粤ICP备19079148号