赞
踩
这里记录一下mac和ubuntu18.04的下载方法,下载链接
mac下载dmg文件,下载好后可能会出现“mac无法打开APP,因为无法验证开发者”的情况,打开系统偏好设置–》安全隐私,点击下面的任何APP
若没有这个选项,终端输入以下命令:
sudo spctl --master-disable
下载完成后应该就会出现了。
ubuntu20.04以上的系统可以直接在ubuntu自带的软件下载中心里下载。我的是18.04的,只能源码编译:
git clone https://github.com/debauchee/barrier.git
# this builds from master,
# you can get release tarballs instead
# if you want to build from a specific tag/release
cd barrier
git submodule update --init --recursive
./clean_build.sh
cd build
sudo make install # install to /usr/local/
编译好后在APP页面就能看到Barrier软件了。
参考:生活小技巧
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。