added build troubleshooting note

This commit is contained in:
fduncanh
2021-09-13 17:10:36 -04:00
parent 5e79928016
commit b32a9f4416

View File

@@ -37,13 +37,18 @@ downloaded source code, then do
5. `cd build`
6. `cmake ..` (or "`cmake -DZOOMFIX=ON ..`" to get a screen-sharing fix to
make the mirror display window visible to screen-sharing applications such as
Zoom, see below). Here "`..`" is "DOTDOT" (no space between the dots),
the source directory above "build".
Zoom, see below).
7. `make`
8. `sudo make install`
Run uxplay in a terminal window.
***Troubleshooting***: "cmake [-DZOOMFIX=ON] .." should create the Build files in the directory ("build") that it runs in. The source directory
above it ("..", no space between the dots) should only contain the files downloaded.
In particular, it must not contain a "CMakeCache.txt" which would be there if
cmake had previously been run in the source directory by mistake.
**Note libplist-dev and (for ZOOMFIX) libx11-dev are new dependencies.**
**Red Hat, Fedora, CentOS:**