Changeset aa41434
- Timestamp:
- 12/07/2019 05:38:33 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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:
- f68e46f
- Parents:
- a5403032
- Files:
-
- 34 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/glib2.xml
ra5403032 raa41434 246 246 247 247 <para> 248 < parameter>-Ddoc=true</parameter>: This switch causes the248 <option>-Ddoc=true</option>: This switch causes the 249 249 build to create and install the API documentation. 250 250 </para> -
general/genlib/gobject-introspection.xml
ra5403032 raa41434 128 128 <title>Command Explanations</title> 129 129 130 <para>< parameter>-Dgtk_doc=true</parameter>: Build and install130 <para><option>-Dgtk_doc=true</option>: Build and install 131 131 the documentation.</para> 132 132 133 <para>< parameter>-Dcairo=true</parameter>: Use cairo for tests.</para>134 135 <para>< parameter>-Ddoctool=true</parameter>: Install g-ir-doc-tool133 <para><option>-Dcairo=true</option>: Use cairo for tests.</para> 134 135 <para><option>-Ddoctool=true</option>: Install g-ir-doc-tool 136 136 and run related tests.</para> 137 137 -
general/genlib/libical.xml
ra5403032 raa41434 79 79 </para> 80 80 81 <bridgehead renderas="sect4">Recommended</bridgehead> 82 <para role="recommended"> 83 <xref linkend="gobject-introspection"/> and 84 <xref linkend="vala"/>(both required for Gnome) 85 </para> 86 81 87 <bridgehead renderas="sect4">Optional</bridgehead> 82 88 <para role="optional"> 83 89 <xref linkend="db"/>, 84 90 <xref linkend="doxygen"/> (for the API documentation), 85 <xref linkend="icu"/>, and both 86 <xref linkend="gobject-introspection"/> and 87 <xref linkend="vala"/>(required for Gnome) 91 <xref linkend="icu"/> 88 92 </para> 89 93 … … 103 107 <screen><userinput>mkdir build && 104 108 cd build && 109 110 <!-- Needs confirmation, but I got a race condition at -j8, 111 -j1 allowed the build to pass. Pierre 2019-12-06 --> 105 112 106 113 cmake -DCMAKE_INSTALL_PREFIX=/usr \ … … 168 175 169 176 <para> 177 <parameter>-DGOBJECT_INTROSPECTION=true</parameter>: This switch is used 178 to generate GObject metadata bindings. 179 </para> 180 181 <para> 182 <parameter>-DICAL_GLIB_VAPI=true</parameter>: This switch is used 183 in order to build bindings for <xref linkend="vala"/>. 184 </para> 185 186 <para> 170 187 <option>-DUSE_BUILTIN_TZDATA=yes</option>: This switch is used 171 188 in order to build using your own timezone data. 172 </para>173 174 <para>175 <option>-DGOBJECT_INTROSPECTION=true</option>: This switch is used176 to generate GObject metadata bindings.177 </para>178 179 <para>180 <option>-DICAL_GLIB_VAPI=true</option>: This switch is used181 in order to build bindings for <xref linkend="vala"/>.182 189 </para> 183 190 -
general/genlib/pcre2.xml
ra5403032 raa41434 157 157 158 158 <para> 159 < option>--enable-jit</option>: this option enables Just-in-time compiling,160 which can greatly speed up pattern matching.159 <parameter>--enable-jit</parameter>: this option enables Just-in-time 160 compiling, which can greatly speed up pattern matching. 161 161 </para> 162 162 -
general/genutils/pinentry.xml
ra5403032 raa41434 134 134 135 135 <para> 136 < option>--enable-pinentry-tty</option>: Default is 'maybe'.136 <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'. 137 137 </para> 138 138 -
general/graphlib/freetype2.xml
ra5403032 raa41434 178 178 179 179 <para> 180 < parameter>--without-harfbuzz</parameter>: If180 <option>--without-harfbuzz</option>: If 181 181 <application>harfbuzz</application> is installed prior to 182 182 <application>freetype</application> without -
general/graphlib/gegl.xml
ra5403032 raa41434 149 149 150 150 <para> 151 < parameter>-Ddocs=true</parameter>: Build and151 <option>-Ddocs=true</option>: Build and 152 152 install documentation. 153 153 </para> -
general/graphlib/giflib.xml
ra5403032 raa41434 108 108 </para> 109 109 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"111 href="../../xincludes/static-libraries.xml"/>112 113 110 </sect2> 114 111 -
general/graphlib/jasper.xml
ra5403032 raa41434 107 107 <title>Command Explanations</title> 108 108 109 <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes 110 embedded library search paths.</para> 109 <para> 110 <parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option 111 removes embedded library search paths. 112 </para> 111 113 112 <para><option>-DJAS_ENABLE_DOC=NO</option>: This option disables 113 rebuilding the pdf documentation if <xref linkend="texlive"/> 114 is installed.</para> 114 <para> 115 <parameter>-DJAS_ENABLE_DOC=NO</parameter>: This option disables 116 rebuilding the pdf documentation if <xref linkend="texlive"/> 117 is installed. 118 </para> 115 119 116 120 </sect2> -
general/graphlib/libjpeg-turbo.xml
ra5403032 raa41434 133 133 134 134 <para> 135 < parameter>-DWITH_JPEG8=ON</parameter>: This switch enables compatibility135 <option>-DWITH_JPEG8=ON</option>: This switch enables compatibility 136 136 with <application>libjpeg</application> version 8. 137 137 </para> -
general/prog/openjdk.xml
ra5403032 raa41434 358 358 359 359 <para> 360 < parameter>--with-jobs=<replaceable><X></replaceable></parameter>:360 <option>--with-jobs=<replaceable><X></replaceable></option>: 361 361 The <parameter>-j</parameter> passed to make does not work with make as 362 362 invoked here. By default, the build system will use the number of -
general/prog/php.xml
ra5403032 raa41434 430 430 </para> 431 431 432 <para> 433 <parameter>--disable-mbstring</parameter>: This parameter 432 <!-- 433 <para> 434 <parameter>- -disable-mbstring</parameter>: This parameter 434 435 disables multibyte string regular expression support. It 435 436 requires the external … … 437 438 library. 438 439 </para> 439 440 --> 440 441 <para> 441 442 <parameter>--with-readline</parameter>: This parameter -
general/sysutils/dbus.xml
ra5403032 raa41434 308 308 309 309 <para revision="sysv"> 310 <parameter>--with-systemd{user,system}unitdir= </parameter>: These310 <parameter>--with-systemd{user,system}unitdir=no</parameter>: These 311 311 switches disable installation of systemd units on elogind based systems. 312 312 </para> 313 313 <para> 314 <parameter>--with-console-auth-dir=/run/console /</parameter>: This314 <parameter>--with-console-auth-dir=/run/console</parameter>: This 315 315 parameter specifies the directory to check for console ownerhip. 316 316 </para> -
gnome/applications/network-manager-applet.xml
ra5403032 raa41434 165 165 is not currently available in BLFS. 166 166 </para> 167 <para> 168 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have 169 <xref linkend="gtk-doc"/> installed and want to rebuild the 170 documentation with it. 171 </para> 167 172 168 173 <para> … … 172 177 <para> 173 178 <option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed. 174 </para>175 <para>176 <option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed177 and want to rebuild the documentation with it.178 179 </para> 179 180 -
gnome/platform/evolution-data-server.xml
ra5403032 raa41434 195 195 196 196 <para revision="sysv"> 197 <parameter>-DWITH SYSTEMDUSERUNITDIR=no</parameter>: This switch197 <parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch 198 198 disables installing the systemd units, which are not used for a Sysv 199 199 build. -
gnome/platform/geocode-glib.xml
ra5403032 raa41434 129 129 130 130 <para> 131 < option>-Denable-gtk-doc=false</option>: Allow this package to be131 <parameter>-Denable-gtk-doc=false</parameter>: Allow this package to be 132 132 built without GTK-Doc. Remove this parameter if GTK-Doc is installed 133 133 and you wish to rebuild and install the API documentation. -
gnome/platform/grilo.xml
ra5403032 raa41434 120 120 121 121 <para> 122 < option>-Denable-gtk-doc=false</option>: This option disables generating123 documentation. If you have <xref linkend="gtk-doc"/> installed and wish124 to generate documentation, remove this option.122 <parameter>-Denable-gtk-doc=false</parameter>: This option disables 123 generating documentation. If you have <xref linkend="gtk-doc"/> 124 installed and wish to generate documentation, remove this option. 125 125 </para> 126 126 -
gnome/platform/libgdata.xml
ra5403032 raa41434 133 133 <title>Command Explanations</title> 134 134 <para> 135 <option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed 136 and want to rebuild the documentation with it. 135 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have 136 <xref linkend="gtk-doc"/> installed and want to rebuild the 137 documentation with it. 137 138 </para> 138 139 </sect2> -
gnome/platform/libsecret.xml
ra5403032 raa41434 160 160 161 161 <para> 162 < option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed162 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have <xref linkend="gtk-doc"/> installed 163 163 and want to rebuild the documentation with it. 164 164 </para> -
gnome/platform/libwnck.xml
ra5403032 raa41434 124 124 125 125 <para> 126 < parameter>-Dgtk_doc=true</parameter>: Use this option126 <option>-Dgtk_doc=true</option>: Use this option 127 127 to build the API reference manual. 128 128 </para> -
gnome/platform/vte.xml
ra5403032 raa41434 142 142 143 143 <para> 144 <parameter>-Dfribidi=false</parameter>: Omit this switch if want to enable 145 bidirectional capabilities. 146 </para> 147 148 <para> 144 149 <option>-Dgnutls=false</option>: Add this switch if you do not 145 150 want to enable GNUTLS support. … … 149 154 <option>-Dvapi=false</option>: Add this switch if you do not 150 155 want to enable vala bindings. 151 </para>152 153 <para>154 <option>-Dfribidi=false</option>: Omit this switch if want to enable155 bidirectional capabilities.156 156 </para> 157 157 -
networking/netlibs/libnsl.xml
ra5403032 raa41434 128 128 <title>Command Explanations</title> 129 129 130 <!-- there is no disable-static in the configure string 130 131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 131 132 href="../../xincludes/static-libraries.xml"/> 132 133 --> 133 134 <para> 134 135 <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared -
networking/netlibs/libsoup.xml
ra5403032 raa41434 150 150 151 151 <para> 152 < option>-Dgssapi=disabled</option>: libsoup defaults to building with GSSAPI support,152 <parameter>-Dgssapi=disabled</parameter>: libsoup defaults to building with GSSAPI support, 153 153 which requires Kerberos (as does the test suite). If you are building GNOME or 154 have kerberos installed, remove this option.154 have kerberos installed, remove this switch. 155 155 </para> 156 156 -
networking/netutils/bind-utils.xml
ra5403032 raa41434 102 102 <title>Command Explanations</title> 103 103 104 <para>< option>--without-python</option>: This option eliminates104 <para><parameter>--without-python</parameter>: This option eliminates 105 105 the need for an unused python module.</para> 106 106 -
postlfs/security/firewalld.xml
ra5403032 raa41434 165 165 166 166 <para revision="sysv"> 167 <parameter>-- without-systemd</parameter>: This command prevents167 <parameter>--disable-systemd</parameter>: This command prevents 168 168 installation of <application>systemd</application> services. 169 169 </para> -
postlfs/security/nftables.xml
ra5403032 raa41434 166 166 <title>Command Explanations</title> 167 167 168 <!-- there is no disable-static option in the configure string 168 169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 169 170 href="../../xincludes/static-libraries.xml"/> 170 171 --> 171 172 <para> 172 173 <parameter>--with-json</parameter>: build with support for JSON rules. -
server/major/bind.xml
ra5403032 raa41434 195 195 libraries.</para> 196 196 197 <para>< parameter>--with-libidn2</parameter>: This parameter enables197 <para><option>--with-libidn2</option>: This parameter enables 198 198 the IDNA2008 (Internationalized Domain Names in Applications) 199 199 support.</para> -
x/lib/glew.xml
ra5403032 raa41434 119 119 120 120 <para> 121 < parameter>sed -i -e '/glew.lib.static:/d' ...</parameter>: This suppresses121 <command>sed -i -e '/glew.lib.static:/d' ...</command>: This suppresses 122 122 the static library. 123 123 </para> -
x/lib/libnotify.xml
ra5403032 raa41434 138 138 <title>Command Explanations</title> 139 139 140 <para>< option>-Dgtk_doc=false</option>: Remove this parameter if140 <para><parameter>-Dgtk_doc=false</parameter>: Remove this parameter if 141 141 <application>GTK-Doc</application> is installed and you wish to rebuild 142 142 and install the API documentation.</para> -
x/lib/webkitgtk.xml
ra5403032 raa41434 202 202 203 203 <para> 204 <parameter>-DUSE_WPE_RENDERER=OFF</parameter>: Remove this switch if the optional 205 packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and 206 <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed. 207 </para> 208 209 <para> 210 <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this switch if the optional 211 package <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink> 212 is installed. 213 </para> 214 215 <para> 204 216 <option>-DUSE_LIBNOTIFY=OFF</option>: Use this switch if you do not 205 217 have <application>libnotify</application> installed. … … 225 237 <option>-DUSE_WOFF2=ON</option>: Use this switch if the optional 226 238 package <xref linkend="woff2"/> is installed. 227 </para>228 229 <para>230 <option>-DUSE_WPE_RENDERER=OFF</option>: Remove this switch if the optional231 packages <ulink url="https://github.com/WebPlatformForEmbedded/libwpe">libwpe</ulink> and232 <ulink url="https://github.com/Igalia/WPEBackend-fdo">WPEBackend-fdo</ulink> are installed.233 </para>234 235 <para>236 <option>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</option>: Remove this switch if the optional237 package <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>238 is installed.239 239 </para> 240 240 -
xsoft/other/gparted.xml
ra5403032 raa41434 131 131 </para> 132 132 133 <para> 134 <parameter>--enable-xhost-root</parameter>: This switch provides an 133 <!-- this is an option, not a parameter, but is it still necessary for 134 wayland? --> 135 <para> 136 <option>--enable-xhost-root</option>: This switch provides an 135 137 interim workaround to allow GParted to run under Wayland by using xhost 136 138 to grant and revoke root access to the X11 display. -
xsoft/other/hexchat.xml
ra5403032 raa41434 111 111 112 112 <para> 113 < option>-Dwith-libcanberra=false</option>: Use this switch if you have114 libcanberra not installed.113 <parameter>-Dwith-lua=lua</parameter>: By default, this package 114 will look for luajit. Use the normal lua instead. 115 115 </para> 116 116 117 117 <para> 118 <option>-Dwith-l ua=lua</option>: By default, this package119 will look for luajit. Use the normal lua instead.118 <option>-Dwith-libcanberra=false</option>: Use this switch if you have 119 libcanberra not installed. 120 120 </para> 121 121 -
xsoft/other/inkscape.xml
ra5403032 raa41434 232 232 233 233 <para> 234 < parameter>rm -v /usr/lib/inkscape/lib*_LIB.a</parameter>: The conversion234 <command>rm -v /usr/lib/inkscape/lib*_LIB.a</command>: The conversion 235 235 of the package to use <command>cmake</command> has led to these libraries 236 236 getting installed, but they are not usable (there are no header files to -
xsoft/other/xarchiver.xml
ra5403032 raa41434 126 126 ./autogen.sh --prefix=/usr \ 127 127 --libexecdir=/usr/lib/xfce4 \ 128 --disable-gtk3 \129 128 --docdir=/usr/share/doc/xarchiver-&xarchiver-version; && 130 129 make</userinput></screen> … … 155 154 156 155 <para> 157 <parameter>--disable-gtk3</parameter>: This switch allows building 158 against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it 159 or replace it, if you wish to build against GTK+3. 156 <option>--disable-gtk3</option>: This switch allows building 157 against GTK+2. 160 158 </para> 161 159
Note:
See TracChangeset
for help on using the changeset viewer.