Browse Source

Update server configure example to RHEL 9

Some of the flags have been removed and we don't need to consider 32-bit
libraries anymore.
pull/1704/head
Linn Mattsson 4 months ago
parent
commit
11399936ce
1 changed files with 5 additions and 8 deletions
  1. 5
    8
      BUILDING.txt

+ 5
- 8
BUILDING.txt View File

@@ -137,20 +137,17 @@ that the viewer has already been built, per above.)
> ./configure --with-pic --without-dtrace --disable-static --disable-dri \
--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \
--disable-dmx --disable-xwin --disable-xephyr --disable-kdrive \
--disable-config-dbus --disable-config-hal --disable-config-udev \
--disable-dri2 --enable-install-libxf86config --enable-glx \
--disable-config-hal --disable-config-udev --disable-dri2 --enable-glx \
--with-default-font-path="catalogue:/etc/X11/fontpath.d,built-ins" \
--with-fontdir=/usr/share/X11/fonts \
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \
--with-xkb-bin-directory=/usr/bin \
--with-serverconfig-path=/usr/lib[64]/xorg \
--with-dri-driver-path=/usr/lib[64]/dri \
--with-serverconfig-path=/usr/lib64/xorg \
{additional configure options}
(NOTE: This is merely an example that works with Red Hat Enterprise/CentOS
6 and recent Fedora releases. You should customize it for your particular
system. In particular, it will be necessary to customize the font, XKB,
and DRI directories.)
9 and recent Fedora releases. You should customize it for your particular
system. In particular, it will be necessary to customize the XKB
directory.)

For a regular, in-tree build:
> make TIGERVNC_SRCDIR={source_directory}

Loading…
Cancel
Save