Skip to content

Vietexa/vtquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTQuiz

A quiz-like application where you have to answear the question you are shown by selecting a part of the image.

version: 1.0.2

How to build the project on Windows:

The fastest way to build the project on Windows is by installing VS Code and installing the CMakeTools extension and building the project with the help of it.

So, here's what you need to do step by step:

  1. Install a C/C++ toolchain (such as Clang or GCC) and set it up accordingly
  2. Install a build system (such as Ninja)
  3. Install Visual Studio Code
  4. Inside Visual Studio Code, go to the "extensions" tab and install CMakeTools (the one published by Microsoft)
  5. By installing the CMakeTools extension a new tab with the icon of CMake will be created, go to that tab and configure the build options
  6. After you finish configuring your build options, you can press F7 and wait for the project to be built
  7. Your freshly built executable (together with the shared libraries) should be in the build directory

How to build the project on Linux distributions:

Arch Linux

  1. install gcc (if you don't have it already), cmake and make

    sudo pacman -Syu

    sudo pacman -S gcc make cmake

  2. Create a directory called build and generate the CMake files inside of it, then build the project

    mkdir build

    cmake -S . -B build

    cmake --build build

  3. Your executable file should be in the build directory, as well as the other .so files (if you choose to dynamically link the project)

About

A quiz-like application where you have to answear the question you are shown by selecting a part of the image.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages