journal/Linux/Fedora/installing_synergy_with_cmake.sh

15 lines
255 B
Bash
Raw Normal View History

2022-01-02 20:09:31 +00:00
#!/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