Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. # clone the repository
  3. git clone https://www.github.com/Airblader/i3 i3-gaps
  4. cd i3-gaps
  5.  
  6. # compile & install
  7. autoreconf --force --install
  8. rm -rf build/
  9. mkdir -p build && cd build/
  10.  
  11. # Disabling sanitizers is important for release versions!
  12. # The prefix and sysconfdir are, obviously, dependent on the distribution.
  13. ../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
  14. make
  15. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement