Hi. I'm new to this, and I'm trying to install TigerVNC on my Raspberry Pi 3 which is running LibreElec. My ultimate goal is to be able to view and control my Raspberry Pi's GUI using my Mac, since I have no standalone monitor.
I followed
these instructions but changing the url to what I found on this
VNC Releases page. The steps I did were:
- I connected to my Raspberry Pi via SSH from my Mac
- Changed directory to ~/.kodi/addons
- wget https://github.com/TigerVNC/tigervnc/archive/v1.10.1.zip
- unzip v1.10.1.zip
- rm v1.10.1.zip
- reboot
- reconnected to my Raspberry Pi via SSH from my Mac
- typed "vncconfig", got "-sh: vncconfig: not found"
- typed "vncserver", got "-sh: vncserver: not found"

I wasn't sure exactly which directory the tigervnc-1.10.1 folder should be in, so I copied it into both of these directories: "~/.kodi/addons" and "~/.kodi/addons/packages"
Here's a screenshot showing the tigervnc-1.10.1 directory in each of those directories.
Where do I go from here to be able to run the VNC server from my Raspberry Pi?