Skip to content

Instantly share code, notes, and snippets.

@CiaranWelsh
Created July 29, 2022 08:26
Show Gist options
  • Save CiaranWelsh/1de5c7c4638d10c166d517fbd6b381de to your computer and use it in GitHub Desktop.
Save CiaranWelsh/1de5c7c4638d10c166d517fbd6b381de to your computer and use it in GitHub Desktop.
How to build synergy-core for mouse and keyboard sharing
sudo apt install -y libxtst-dev
sudo apt install -y pkg-config
sudo apt install -y libglib2.0-dev
sudo apt-get install -y libgdk-pixbuf2.0-dev
sudo apt-get install -y libnotify-dev
sudo apt-get install -y qt5-default
sudo apt install -y qttools5-dev
sudo apt install -y libxkbfile-dev
wget https://github.com/symless/synergy-core.git
cd synergy-core
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install-release ..
make -j 8
@CiaranWelsh
Copy link
Author

activation key can be generated from here: http://cpp.sh/3mjw3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment