Skip to content

Commit

Permalink
Clarify how to build server out-of-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
LMattsson authored Oct 30, 2023
1 parent 3d81def commit 5e57d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e57d62

Please sign in to comment.