journal/Linux/Fedora/installing_synergy_with_cmake.sh
2022-01-02 14:09:31 -06:00

15 lines
255 B
Bash

#!/usr/bin/bash
# For the application to install you need the following packages
# - qt-devel
# - qt5-qttools
# - libX11-devel
git clone https://github.com/symless/synergy-core
cd synergy-core/
mkdir synergy-core/build & cd synergy-core/build