Edit History Actions

fluxbox

install fluxbox from git repository

  • Additional information: http://fluxbox-wiki.org/index.php?title=Git_-_using

  • get sources:
    git clone git://git.fluxbox.org/fluxbox.git fluxbox.git
  • prepare sources (nls is Native Language Support, xinerama is for multiple screens):
    cd fluxbox.git
    ./autogen.sh
    ./configure --enable-nls --disable-xinerama
  • compile:
    make && sudo make install
  • update:
    cd fluxbox.git && git pull && make && sudo make install


CategoryLinux