]> git.sur5r.net Git - i3/i3status/blob - README
Some information on building i3status from source
[i3/i3status] / README
1 DESCRIPTION
2 ===========
3 i3status is a small program (about 1500 SLOC) for generating a status bar for 
4 i3bar, dzen2, xmobar or similar programs. It is designed to be very efficient by
5 issuing a very small number of system calls, as one generally wants to update 
6 such a status line every second. This ensures that even under high load, your 
7 status bar is updated correctly. Also, it saves a bit of energy by not hogging 
8 your CPU as much as spawning the corresponding amount of shell commands would.
9
10 DEVELOPMENT
11 ===========
12 i3status has the following dependencies:
13 - libconfuse-dev
14 - libyajl-dev
15 - libasound2-dev
16 - libiw-dev
17 - asciidoc (only for the documentation)
18
19 On debian-based systems, the following line will install all requirements:
20 apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc
21
22 GIT-REPOSITORY
23 --------------
24 The Code is developed at 
25   http://code.i3wm.org/i3status
26   
27 You may clone the git-repository from
28   git://code.i3wm.org/i3status
29
30 Talk to Michael Stapelberg for pull-requests at 
31   michael+i3status@stapelberg.de
32   
33 COMPILING
34 ---------
35 Compiling is done with the usual make-line
36   make && sudo make install