diff options
author | Linn Mattsson <linma@cendio.se> | 2023-12-11 14:06:49 +0100 |
---|---|---|
committer | Linn Mattsson <linma@cendio.se> | 2023-12-22 10:14:54 +0100 |
commit | 90f6cd57e41ae72e4c4dec667d819f72dc148e9f (patch) | |
tree | 0a7cef621b7b6d2e7cab19d2dc8764de1971f18f /BUILDING.txt | |
parent | 9cff04cb06af3fffb3e853272e12cc08c44efee6 (diff) | |
download | tigervnc-90f6cd57e41ae72e4c4dec667d819f72dc148e9f.tar.gz tigervnc-90f6cd57e41ae72e4c4dec667d819f72dc148e9f.zip |
Add missing requirements to BUILDING.txt
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 4a83ef61..8ddf845d 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -9,6 +9,8 @@ Build Requirements (All Systems) -- CMake (http://www.cmake.org) v3.10 or later +-- gcc + -- zlib -- pixman @@ -36,12 +38,13 @@ Build Requirements (Unix) ========================= -- Non-Mac platforms: - * X11 development kit + * Development kits for all standard X11 libraries * PAM -- If building Xvnc/libvnc.so: * Xorg server source code, 1.16 or later * All build requirements Xorg imposes (see its documentation) + * patch -- Optional ffmpeg support (libav) |