diff options
author | Ben Hildred <hildred@users.noreply.github.com> | 2018-09-28 14:49:45 -0600 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2019-01-11 15:27:55 +0100 |
commit | 1dd3448e4162021a8f0d6ba11166e61aaaae9268 (patch) | |
tree | a150a763e3922768791e187839c78931950c0667 /BUILDING.txt | |
parent | 60cf220784ab3415a1f3c7dcd98a6fb969b4f97f (diff) | |
download | tigervnc-1dd3448e4162021a8f0d6ba11166e61aaaae9268.tar.gz tigervnc-1dd3448e4162021a8f0d6ba11166e61aaaae9268.zip |
clarify shell dependencies
The contributed script uses bash features extensively and does not work with ksh.
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |