Skip to content

Instantly share code, notes, and snippets.

@andrewssobral
Last active August 1, 2021 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewssobral/c37b21adb8b73a69c97a98c74951c502 to your computer and use it in GitHub Desktop.
Save andrewssobral/c37b21adb8b73a69c97a98c74951c502 to your computer and use it in GitHub Desktop.
Synergy on Jetson
sudo apt install xorg-dev libssl-dev qtbase5-dev libgdk-pixbuf2.0-dev libnotify-dev qttools5-dev-tools qttools5-dev
git clone https://github.com/symless/synergy-core.git
cd synergy-core
mkdir build
cd build
cmake ..
make
# https://github.com/symless/synergy-core/wiki/Command-Line
# ./bin/synergyc $SYNERGY_SERVER_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment