QIICR / SlicerGCPSetup

1 stars 0 forks source link

Add instructions how to build x11vnc #3

Closed fedorov closed 5 years ago

fedorov commented 5 years ago
  1. Install dev prerequisites. First follow this recipe, as described in https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list
    sudo cp /etc/apt/sources.list /etc/apt/sources.list~
    sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
    sudo apt-get update

Then run sudo apt-get build-dep x11vnc

  1. follow instructions in the x11vnc repo: https://github.com/LibVNC/x11vnc#building-x11vnc

Problem: there's no x11vnc binary at the completion of the above:

image