To compile and run this project, the following libraries are required:
VTK (Visualization Toolkit)
OpenCASCADE
Qt
CMake
Clone the project source code from the GitHub repository.
git clone https://github.com/PawelekPro/MeshGeneratingTool.git
mkdir build && cd build
cmake ..
make
mkdir build && cd build
cmake -G "MSYS Makefiles" ..
make