Changeset a1b1e9d4
- Timestamp:
- 12/23/2018 07:42:40 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, 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:
- 651c7ebf
- Parents:
- cc338e51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libuv.xml
rcc338e51 ra1b1e9d4 95 95 commands: 96 96 </para> 97 <!-- 98 Don't use cmake here to avoid circular dependency 97 99 98 100 <screen><userinput>sed -i "/TARGETS uv_a ARCHIVE/d" CMakeLists.txt && … … 102 104 103 105 cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 106 make </userinput></screen> 107 --> 108 109 <screen><userinput>sh autogen.sh && 110 ./configure --prefix=/usr --disable-static && 104 111 make </userinput></screen> 105 112 … … 118 125 </sect2> 119 126 120 127 <!-- 121 128 <sect2 role="commands"> 122 129 <title>Command Explanations</title> … … 128 135 129 136 </sect2> 130 137 --> 131 138 <sect2 role="content"> 132 139 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.