VNC client like x2vnc
xQuartz is an open-source X windowing system for macOS. I managed to run x2vnc on my mac:
- Install xQuartz.
- Download x2vnc.
- Within the x2vnc directory, run
./configure
-
Edit the Makefile to include X11 (sorry I don't know the more elegant way to do this)
- On line 7, add
-I/opt/X11/include
making the full lineINCLUDES = -I/opt/X11/include -I. -DVERSION=\"$(VERSION)\"
-
On line 16, add
-L/opt/X11/lib
making the full lineLDLIBS=-L/opt/X11/lib -lX11 -lm
-
make
andsudo make install
-
- On line 7, add