Changeset d89ea78
- Timestamp:
- 02/23/2016 03:23:14 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
- 92258f2b
- Parents:
- e5b9e68f
- Location:
- general/genlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/boost.xml
re5b9e68f rd89ea78 75 75 <bridgehead renderas="sect3">Boost Dependencies</bridgehead> 76 76 77 <bridgehead renderas="sect4">Recommended</bridgehead> 78 <para role="recommended"> 79 <xref linkend="which"/> 80 </para> 81 77 82 <bridgehead renderas="sect4">Optional</bridgehead> 78 83 <para role="optional"> … … 111 116 <para> 112 117 To run the Boost.Build's regression test (<xref linkend="python2"/> 113 required), issue <command>pushd tools/build/test; python test_all.py;118 is required), issue <command>pushd tools/build/test; python test_all.py; 114 119 popd</command>. One test out of 130 fails. 115 120 </para> -
general/genlib/icu.xml
re5b9e68f rd89ea78 79 79 <bridgehead renderas="sect4">Optional</bridgehead> 80 80 <para role="optional"> 81 <xref linkend="llvm"/> (with Clang) 81 <xref linkend="llvm"/> (with Clang), and 82 <xref linkend="doxygen"/> (for documentation) 82 83 </para> 83 84 … … 232 233 <listitem> 233 234 <para> 234 compiles word list into ICU string trie dictionary.235 compiles word lists into ICU string trie dictionaries. 235 236 </para> 236 237 <indexterm zone="icu gendict"> … … 244 245 <listitem> 245 246 <para> 246 builds binary data file with Unicode normalization data.247 builds binary data files with Unicode normalization data. 247 248 </para> 248 249 <indexterm zone="icu gennorm2">
Note:
See TracChangeset
for help on using the changeset viewer.