metaxy / fileBoxes

A new way of managing files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileBoxes - a new way of managing files
see also : http://bugs.kde.org/show_bug.cgi?id=200461 and http://www.youtube.com/watch?v=wLAgN8Ho3_4
how to install:

first install libfileboxes:
    cd [your_path_to_source]
    cd libfileboxes
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
    make
    make install

and than the other stuff:
    cd [your_path_to_source]
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
    make
    make install

About

A new way of managing files


Languages

Language:C++ 73.0%Language:C 26.5%Language:Shell 0.5%