From: linma (ThinLinc team) <70215710+LMattsson@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:10:05 +0000 (+0100) Subject: Clarify how to build server out-of-tree X-Git-Tag: v1.13.90~42^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e57d62b2a2be53efd1c0bf2ad810677c43b114c;p=tigervnc.git Clarify how to build server out-of-tree --- diff --git a/BUILDING.txt b/BUILDING.txt index 8ec5d59a..4a83ef61 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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