Skip to content

Commit

Permalink
Merge pull request #1690 from LMattsson/LMattsson-patch-1
Browse files Browse the repository at this point in the history
Clarify how to build server out-of-tree
  • Loading branch information
LMattsson authored Oct 31, 2023
2 parents 3d81def + 5e57d62 commit 1e87050
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 1e87050

Please sign in to comment.