Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • wiki-php
  • Wiki
  • synergy compiling

synergy compiling · Changes

Page history
wangchangchun created page: synergy compiling authored Sep 03, 2019 by 王常春's avatar 王常春
Hide whitespace changes
Inline Side-by-side
Showing with 31 additions and 0 deletions
+31 -0
  • synergy-compiling.md synergy-compiling.md +31 -0
  • No files found.
synergy-compiling.md
View page @ c953add5
# synergy编译安装
## 简介
synergy是一款开源的可以在多台电脑间进行鼠标键盘共享软件的。
## ubuntu编译安装
### 下载源码
````
git clone https://github.com/symless/synergy-core.git
````
### 安装依赖
````
sudo apt install qtcreator qtbase5-dev cmake make g++ xorg-dev libssl-dev libx11-dev libsodium-dev libgl1-mesa-glx libegl1-mesa libcurl4-openssl-dev libavahi-compat-libdnssd-dev qtdeclarative5-dev libqt5svg5-dev libsystemd-dev
````
### 添加boost根目录
编辑源码目录下文件`Build.properties`,添加如下内容:
````
#BOOST_ROOT=/home/<user>/boost
BOOST_ROOT=/home/pingan/boost
````
### 编译源码
````
cd Projects/synergy
mkdir build
cd build
cmake ..
make
sudo mae install
````
\ No newline at end of file
Clone repository
  • 360safeguardnativeapi
  • all new classmate
  • bind phone
  • code standard
  • deploy_sys
  • edit common
  • edit master
  • envrioment
  • find psw
  • front new classmate
  • front statck
  • git
  • Home
  • idcard md5
  • ide
View All Pages