Changeset fb940713 for general/prog/rust.xml
- Timestamp:
- 09/22/2018 09:46:42 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
- 4291c1e
- Parents:
- 8dc8ced
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/rust.xml
r8dc8ced rfb940713 260 260 </para> 261 261 262 <screen><userinput>DESTDIR=${PWD}/install ./x.py install</userinput></screen> 262 <screen><userinput>export LIBSSH2_SYS_USE_PKG_CONFIG=1 && 263 DESTDIR=${PWD}/install ./x.py install && 264 unset LIBSSH2_SYS_USE_PKG_CONFIG</userinput></screen> 263 265 264 266 <para> … … 325 327 <command>--no-fail-fast</command>: this switch ensures that the testsuite 326 328 will not stop at the first error. 329 </para> 330 331 <para> 332 <command>export LIBSSH2_SYS_USE_PKG_CONFIG=1</command>: On some systems, 333 cairo fails to link during the install because it cannot find libssh2. 334 This seems to fix it, but again the reason why the problem occurs is not 335 understood. 327 336 </para> 328 337
Note:
See TracChangeset
for help on using the changeset viewer.