Przeglądaj źródła

Save Linux user-config.jam to ease new setups

[SVN r55172]
Beman Dawes 16 lat temu
rodzic
commit
b81131dd47
1 zmienionych plików z 21 dodań i 0 usunięć
  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号