swk

static widget kit
git clone git://git.suckless.org/swk
Log | Files | Refs | README | LICENSE

README (539B)


      1 SWK - simple widget kit
      2 =======================
      3 swk is a minimalist widget kit with support for SDL and X11
      4 
      5 
      6 How to build
      7 ------------
      8 supported backends are: x11, sdl
      9 
     10 	make GI=x11 PREFIX=/usr
     11 	sudo make install
     12 
     13 
     14 Requirements
     15 ------------
     16 In order to build swk you need SDL, SDL-ttf and SDL-image
     17 
     18 ArchLinux:     pacman -S sdl sdl_ttf sdl_image
     19 Debian/Ubuntu: apt-get install libsdl-dev libsdl-ttf libsdl-image
     20 Maemo n900:    apt-get install libsdl1.3-dev libsdl-image1.2-dev libsdl-ttf2.0-0
     21                -> cp config.n900.h config.h