Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pt000 authored Mar 9, 2019
1 parent 9b35872 commit b532b8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,27 @@ https://github.com/c4pt000/komorebi/releases

## CentOS

<br>
yum install clutter* libgee-devel webkitgtk-devel.x86_64 webkitgtk4-devel.x86_64 vala-devel cmake3 devtoolset-6 gtk3-devel
<br>
scl enable devtoolset-6 bash
<br>
cd /opt
<br>
git clone https://github.com/c4pt000/komorebi
<br>
cd komorebi
<br>
cp -rf CMakeLists.txt CMakeLists.txt.deb
<br>
cp -rf CMakeLists.txt.rpm CMakeLists.txt
<br>
mkdir build
<br>
cd build
<br>
cmake3 ..
<br>
make -j8 package


Expand Down

0 comments on commit b532b8e

Please sign in to comment.