Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

cieslarmichal/glossary

Repository files navigation

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