From: Ben Hildred Date: Fri, 28 Sep 2018 20:49:45 +0000 (-0600) Subject: clarify shell dependencies X-Git-Tag: v1.9.90~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dd3448e4162021a8f0d6ba11166e61aaaae9268;p=tigervnc.git clarify shell dependencies The contributed script uses bash features extensively and does not work with ksh. --- diff --git a/BUILDING.txt b/BUILDING.txt index 86fb45d6..72aea765 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -158,8 +158,8 @@ The following procedure will build both the TigerVNC Viewer and a "legacy-friendly" version of the TigerVNC Server: cd {build_directory} - sh {source_directory}/contrib/xorg/build-xorg init - sh {source_directory}/contrib/xorg/build-xorg build [additional CMake flags] + bash {source_directory}/contrib/xorg/build-xorg init + bash {source_directory}/contrib/xorg/build-xorg build [additional CMake flags] build-xorg generates a version of Xvnc that has no external dependencies on the X11 shared libraries or any other distribution-specific shared libraries. This