A front-end for performing tag-based file management on linux.
Warning: development in progress
usage instructions will be provided once there is something to use
- SDL2
- SDL2_image
- SDL2_ttf
- gcc (or other suitable C++11 compiler)
- CMake
First, ensure that you have installed all listed dependencies. They should be available from your distributions package manager.
To build the project, create a build/
directory, run CMake, and build with CMake
$ mkdir build
$ cd build/
$ cmake ../
$ cmake --build ./
You should not be installing this yet
GNU GPL v2