From 3fba8e79e7220e4018898a05e2cf88eec9702b0a Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 12 Sep 2021 17:59:40 -0400 Subject: [PATCH] note about weird cmake behavior reported by @isapir --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9320ce..506c92a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Zoom, see below). 7. make 8. sudo make install +(One user reported that his "```cd build; cmake ..```" placed the Build files in UxPlay instead of UxPlay/build; if this happens, +add "```-B .```" to the end of the cmake invocation.) + Run uxplay in a terminal window. **Note libplist-dev and (for ZOOMFIX) libx11-dev are new dependencies.**