Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 988 Bytes

File metadata and controls

56 lines (36 loc) · 988 Bytes

Gemini is an audio player with wallpaper changer

Gemini is currently in the early development stage, it might have unfinished features or bugs

Dependency

This software is based on

Build and run

To build this software, follow the instructions

Repository

Clone the repository

git clone https://github.com/blooser/gemini && cd gemini

Build

Prepare the build

mkdir build && cd build
cmake ..
make

Unit tests

Run the unit tests

make test

Install

Install the gemini

make install

License

Gemini is a free software released under the GPLv3