카테고리 없음
[mac] 마우스 키보드 공유 앱 barrier (mac & windows & linux)
냐옴
2021. 1. 29. 00:42
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