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

posted @ 2019-01-02 15:41  InsideOut  阅读(1240)  评论(0编辑  收藏  举报