41 lines
915 B
Plaintext
41 lines
915 B
Plaintext
ABOUT :
|
|
WMFS Window Manager.
|
|
* Window Manager From Scratch
|
|
|
|
A highly configurable and manageable tiling Window Manager created from scratch
|
|
|
|
AUTHOR :
|
|
- Martin Duquesnoy <xorg62@gmail.com>
|
|
|
|
CONTRIBUTORS :
|
|
- Philippe Pepiot <phil@philpep.org>
|
|
- Marc Lagrange <markocpc@gmail.com>
|
|
- OldMan <tele-post@mail.ru>
|
|
- Raphael Khaiat <raphael@khaiat.org>
|
|
- Tomáš Chvátal <scarabeus@gentoo.org>
|
|
- David Delassus <linkdd@ydb.me>
|
|
- David Demelier <markand@malikania.fr>
|
|
|
|
LICENSE : BSD, see COPYING.
|
|
|
|
REQUIREMENT :
|
|
- libx11
|
|
- libxft (optional)
|
|
\- freetype
|
|
- libxinerama (optional)
|
|
- libxrandr (optional)
|
|
- imlib2 (optional)
|
|
- cmake>=2.8 (build system)
|
|
|
|
OS :
|
|
- GNU/Linux : Supported.
|
|
- FreeBSD/OpenBSD/NetBSD : Supported.
|
|
|
|
INSTALL :
|
|
mkdir build/ && cd build/
|
|
cmake ..
|
|
|
|
DISTROS :
|
|
- wmfs port for FreeBSD at x11-wm/wmfs
|
|
- wmfs is available with AUR in ArchLinux (wmfs or wmfs-git)
|