Changeset 6350c6f for general/prog/valgrind.xml
- Timestamp:
- 10/12/2014 07:19:15 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.7, 7.8, 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, krejzi/svn, 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:
- 59b1257
- Parents:
- b8fbd88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/valgrind.xml
rb8fbd88 r6350c6f 101 101 commands:</para> 102 102 103 <screen><userinput>sed -i 's|/doc/valgrind||' docs/Makefile.in && 103 <screen><userinput>sed -i 's/-mt//g' configure && 104 sed -i 's|/doc/valgrind||' docs/Makefile.in && 104 105 105 106 ./configure --prefix=/usr \ … … 129 130 <sect2 role="commands"> 130 131 <title>Command Explanations</title> 132 133 <para> 134 <command>sed -i 's/-mt//g' configure</command>: Fixes configure to find 135 Boost-1.56.x. 136 </para> 131 137 132 138 <para>
Note:
See TracChangeset
for help on using the changeset viewer.