Last active
August 1, 2021 19:02
-
-
Save andrewssobral/c37b21adb8b73a69c97a98c74951c502 to your computer and use it in GitHub Desktop.
Synergy on Jetson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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