README 737 B

123456789101112131415161718192021222324252627282930313233343536
  1. ABOUT :
  2. WMFS Window Manager.
  3. * Window Manager From Scratch
  4. A highly configurable and manageable tiling Window Manager created from scratch
  5. AUTHORS :
  6. Martin Duquesnoy <xorg62@gmail.com>
  7. LICENSE : BSD
  8. REQUIREMENT :
  9. - freetype2
  10. - libxinerama (optional)
  11. - libxrandr (optional)
  12. - libxft
  13. - libx11
  14. - CMake >= 2.6
  15. OS :
  16. - GNU/Linux : Supported.
  17. - FreeBSD : Supported.
  18. INSTALL :
  19. - mkdir build
  20. - cd build
  21. - cmake ..
  22. - make
  23. - sudo make install
  24. - sudo make uninstall # if you would to remove it.
  25. If you have doxygen installed you can generate doxygen documentation via custom target 'make doc' in the build dir.
  26. DISTROS :
  27. - wmfs port for FreeBSD at x11-wm/wmfs
  28. - wmfs is available with AUR in ArchLinux