]> source.dussan.org Git - tigervnc.git/commitdiff
Clarify how to build server out-of-tree 1690/head
authorlinma (ThinLinc team) <70215710+LMattsson@users.noreply.github.com>
Mon, 30 Oct 2023 10:10:05 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 10:10:05 +0000 (11:10 +0100)
BUILDING.txt

index 8ec5d59a2c74041d8882b26bd853b05b78d92744..4a83ef61c1d40625420afd05f5e6aab8938b6539 100644 (file)
@@ -146,7 +146,11 @@ that the viewer has already been built, per above.)
     system.  In particular, it will be necessary to customize the font, XKB,
     and DRI directories.)
 
+    For a regular, in-tree build:
   > make TIGERVNC_SRCDIR={source_directory}
+    If performing an out-of-tree build:
+  > make TIGERVNC_SRCDIR={source_directory} TIGERVNC_BUILDDIR={build_directory}
+    (NOTE: Use absolute paths for source_directory and build_directory)
 
 
 Building the Windows TigerVNC Viewer with MinGW