ditto
This commit is contained in:
14
Linux/Fedora/installing_synergy_with_cmake.sh
Normal file
14
Linux/Fedora/installing_synergy_with_cmake.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
|
||||
|
Reference in New Issue
Block a user