This repository is for personal practice
- CMake( > 3.10)
- git
- Any cpp compiler
- I usually use mingw and visual studio
- A network that can connect to the world's Internet
- In other words, you need to be able to bypass GFW
- Currently only built in Windows environment
Quick start:
mkdir -p build && cd build
cmake .. && cmake --build .