helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link
file-manager hellosystem qt

Filer Build Status Translation status Help Wanted Issues

A file manager that also renders the desktop. A key component of helloSystem.

Features

Minimalistic simplicity, see hello for the background

Dependencies

On Alpine Linux:

apk add --no-cache qt5-qtbase-dev kwindowsystem-dev qt5-qttools-dev kdbusaddons-dev baloo-dev xcb-util-wm-dev libdbusmenu-qt-dev git cmake musl-dev alpine-sdk clang qt5-qtmultimedia-dev libfm-dev libfm-extra-dev menu-cache-dev

Not all of the above may actually be required.

Build

mkdir build
cd build
cmake ..
make
sudo make install