Changeset 6a5eaa0
- Timestamp:
- 02/13/2019 11:13:27 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 485cbf69
- Parents:
- 5483669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pst/ps/mupdf.xml
r5483669 r6a5eaa0 127 127 <screen><userinput>patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch && 128 128 129 rm -rf thirdparty/curl && 130 rm -rf thirdparty/freetype && 131 rm -rf thirdparty/harfbuzz && 132 rm -rf thirdparty/jpeg && 133 rm -rf thirdparty/openjpeg && 134 rm -rf thirdparty/libjpeg && 135 rm -rf thirdparty/zlib && 136 137 export USE_SYSTEM_LIBS=yes && 138 139 make</userinput></screen> 129 USE_SYSTEM_LIBS=yes make</userinput></screen> 140 130 141 131 <para> … … 147 137 </para> 148 138 149 <screen role="root"><userinput>make prefix=/usr \ 150 build=release \ 139 <screen role="root"><userinput>USE_SYSTEM_LIBS=yes \ 140 make prefix=/usr \ 141 build=release \ 151 142 docdir=/usr/share/doc/mupdf-&mupdf-version; \ 152 install &&153 154 ln -sfv mupdf-x11 /usr/bin/mupdf &&143 install && 144 145 ln -sfv mupdf-x11 /usr/bin/mupdf && 155 146 ldconfig</userinput></screen> 156 147
Note:
See TracChangeset
for help on using the changeset viewer.