cieslarmichal / glossary

Desktop Qt application for learning english words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glossary

1. Requirements:

  • compiler that supports C++ 17
  • git
  • cmake
  • boost
  • Qt 5.12 (at least)

2. Get api keys and place them into .env file:

3. Downloading and compiling code:

git clone https://github.com/michalovsky/glossary.git

git submodule update --init --recursive

cd glossary
mkdir build-linux
cd build-linux
cmake ..
make

4. Run application:

In build-linux directory:
src/gui/gui

5. Running UTs for linux:

cd glossary
./runUT_linux.sh

About

Desktop Qt application for learning english words.

License:MIT License


Languages

Language:C++ 96.7%Language:CMake 3.2%Language:Shell 0.1%