38 lines
806 B
Plaintext
38 lines
806 B
Plaintext
ABOUT :
|
|
WMFS Window Manager.
|
|
* Window Manager From Scratch
|
|
|
|
A small Window Manager created from /dev/null. (;-))
|
|
|
|
AUTHORS :
|
|
* Code : Martin Duquesnoy <xorg62@gmail.com>
|
|
* Build System & other : Marc Lagrange <markocpc@gmail.com>
|
|
|
|
LICENSE : BSD
|
|
|
|
REQUIREMENT :
|
|
· libconfuse
|
|
· freetype2
|
|
· xpm
|
|
· xft
|
|
· libx11
|
|
· CMake >= 2.6
|
|
|
|
OS :
|
|
· GNU/Linux : Supported.
|
|
· FreeBSD : Supported.
|
|
|
|
INSTALL :
|
|
· mkdir build
|
|
· cd build
|
|
· cmake ..
|
|
· make
|
|
· sudo make install
|
|
· sudo make uninstall if you would to remove it.
|
|
|
|
By default, wmfs logos are'nt installed. You can install it with : cmake -DWITH_LOGOS=ON ..
|
|
|
|
DISTROS :
|
|
· wmfs ebuild for Gentoo is available in the Sangor's overlay. More infos at http://wmfs.sangor.net/view/download/
|
|
· wmfs port for FreeBSD in the way.
|