Changeset d5e43119
- Timestamp:
- 09/18/2019 12:43:48 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 76ec4ce
- Parents:
- 528df7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
r528df7c rd5e43119 103 103 --> 104 104 <para> 105 Install <application>Boost</application> by running the following 106 commands: 105 This package can be built with several jobs running in parallel. In 106 the instructions below, <parameter><N></parameter> stands for the 107 number of jobs. Install <application>Boost</application> by running the 108 following commands: 107 109 </para> 108 110 109 111 110 112 <screen><userinput>./bootstrap.sh --prefix=/usr && 111 ./b2 stage threading=multi link=shared</userinput></screen>113 ./b2 stage -j<replaceable><N></replaceable> threading=multi link=shared</userinput></screen> 112 114 113 115 <para>
Note:
See TracChangeset
for help on using the changeset viewer.