This is my first GitHub repository.
Requirements
- compiler with C++17 support
- cmake 3.13 or higher
- Python3
- Perl
Build Steps
- Clone repository : git clone --recurse-submodules https://github.com/SibiSiddharthan/Grid-Generator.git
- Install dependencies : python3 install-dependencies.py [generator] . Note for windows use visual studio or mingw.
- Build : cmake -S . -B ./build -G [generator]