Changeset 2dfb6cff for gnome/applications
- Timestamp:
- 11/19/2019 11:53:24 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- 522e4da1
- Parents:
- 37d7fe3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/evince.xml
r37d7fe3 r2dfb6cff 129 129 </para> 130 130 131 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 132 --enable-introspection \ 133 --without-gspell \ 134 --disable-static \ 135 --with-systemduserunitdir=no && 131 <screen revision="sysv"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include " \ 132 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \ 133 ./configure --prefix=/usr \ 134 --enable-introspection \ 135 --without-gspell \ 136 --disable-static \ 137 --with-systemduserunitdir=no && 136 138 make</userinput></screen> 137 139 138 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 139 --enable-introspection \ 140 --without-gspell \ 141 --disable-static && 140 <screen revision="systemd"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include" \ 141 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \ 142 ./configure --prefix=/usr \ 143 --enable-introspection \ 144 --without-gspell \ 145 --disable-static && 142 146 make</userinput></screen> 143 147 … … 173 177 </para> 174 178 --> 179 180 <para> 181 <parameter>CFLAGS="$CFLAGS ..." CXXFLAGS="$CXXFLAGS ..."</parameter>: If 182 <application>TeXLive</application> has been installed in 183 <filename class="directory">/opt/texlive-&texlive-year;</filename> the 184 configure script will find <filename class='libraryfile'>libkpathsea.so</filename> 185 and enable the DVI backend, but without this addition the compile will fail 186 because it cannot find the required headers. Adding this to a system where 187 <application>TeXLive</application> has not been installed does not break the 188 build. 189 </para> 175 190 176 191 <para>
Note:
See TracChangeset
for help on using the changeset viewer.