15 lines
255 B
Bash
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
|
||
|
|
||
|
|