Tag based media index program. Save images with location time and person information. Add tags to images. Search combinational. This is MedyaLib.
- Save medias with catchy words
- Search with saved badges
- Show medias in customizable sized screen
- CMake 3.16 or higher
- Qt5
sudo apt install cmake
sudo apt install build-essential
sudo apt install qt5-default
A similar CMake routine to the one below:
mkdir build/ && cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=/absolute/path/to/custom/install/directory
cmake --build .