CentOS7 安装 chrome-gnome-shell

 1.download

https://gitlab.gnome.org/GNOME/chrome-gnome-shell

2.安装cmake和jq

yum install -y cmake

yum install -y jq

3.编译安装

cd /app/chrome-gnome-shell-master/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../

make install

原文地址:https://www.cnblogs.com/liangjiongyao/p/10122055.html