diff options
author | Linn Mattsson <linma@cendio.se> | 2023-12-11 14:12:18 +0100 |
---|---|---|
committer | Linn Mattsson <linma@cendio.se> | 2023-12-22 10:25:26 +0100 |
commit | 11399936ce400981d89c0a6fea4482e14374175b (patch) | |
tree | 723b61f7ca6b245a3322e686da9d52bd2a93d26a | |
parent | f8bdc1ea59660b67a290c7b108a9aa6122a92269 (diff) | |
download | tigervnc-11399936ce400981d89c0a6fea4482e14374175b.tar.gz tigervnc-11399936ce400981d89c0a6fea4482e14374175b.zip |
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.
-rw-r--r-- | BUILDING.txt | 13 |
1 files 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} |