centos7 安裝 xcompmgr

一. 編譯 xcompmgr

1. 安裝編譯依賴

  • yum install perl-Data-Dumper.x86_64
  • yum install autoconf.noarch
  • yum install perl-Thread-Queue.noarch
  • yum install perl-Test-Harness.noarch
  • yum install automake.noarch
  • yum install libtool-ltdl-devel.x86_64
  • yum install xorg-x11-xtrans-devel.noarch

  • yum install xorg-x11-util-macros.noarch

  • yum install libXcomposite-devel.x86_64

2. 下載 xcompmgr 源碼

地址一: 官方git地址, 需要翻牆https://anongit.freedesktop.org/git/xorg/app/xcompmgr.git
地址二: xcompmgr.tar.gz

3. 編譯 xcompmg

./autogen.sh
make
make install

二. 編譯 transset-df

1. 下載 transset-df-6 : transset-df-6.tar.gz

2. 編譯

make
make install

參考:

   http://www.jianshu.com/p/becd66fefe68         
   http://it.zhaozhao.info/archives/49101        
   http://www.linuxdiyf.com/viewarticle.php?id=86445       
   http://tieba.baidu.com/p/677991908   
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章