Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bash
- port
- VirtualBox
- Mac
- import
- Source
- resource
- Quartz
- 단축키
- Windows
- maVen
- Windows 10
- IntelliJ
- tomcat
- xargs
- context
- grep
- netsh
- web.xml
- profile
- 네트워크
- Eclipse
- GIT
- ssh
- lsof
- vscode
- plugin
- find
- 줄바꿈 문자
- JavaScript
Archives
- Today
- Total
develog
[mac] 마우스 키보드 공유 앱 barrier (mac & windows & linux) 본문
debauchee/barrier
Open-source KVM software. Contribute to debauchee/barrier development by creating an account on GitHub.
github.com
Ubuntu 에 barrier 설치
# download
barrier-2.3.3-release.tar.gz
# Install Dependencies
sudo apt -y install cmake gcc build-essential libx11-dev libavahi-compat-libdnssd-dev libxtst-dev qtbase5-dev libssl-dev
# Build Barrier
./clean_build.sh
# Run Barrier
./build/bin/barrier
https://github.com/debauchee/barrier/issues/28
Build instructions for linux needed · Issue #28 · debauchee/barrier
Build instructions for linux are needed. Plain cmake + make does not work. Make fails on /home/tavasti/Downloads/barrier-2.0.0/src/./lib/common/common.h:27:3: error: #error "config.h missing&q...
github.com
Comments