From 11399936ce400981d89c0a6fea4482e14374175b Mon Sep 17 00:00:00 2001 From: Linn Mattsson Date: Mon, 11 Dec 2023 14:12:18 +0100 Subject: [PATCH] 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. --- BUILDING.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 70e93bad..bfcad5b9 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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} -- 2.39.5