This commit is contained in:
2022-01-02 14:09:31 -06:00
parent b4073fd4c5
commit 378aab00aa
18 changed files with 20 additions and 12 deletions

View 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