- CMake >= 3.11
- DGtal 1.4 git@github.com:DGtal-team/DGtal.git
- polyscope git@github.com:nmwsharp/polyscope.git
- Git clone this project from the Github
- Configure and build this project by CMake
You will obtain the following display:
- If you use VSCode, keep the .vscode folder for the project
- Use extension to help you build the project and initiate the Debug Env. Check Debugging below
- Stop writing the task.json in VSCode to initiate Debugging (Modern C++ POV)
symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
lead to the program running in the Ubuntu terminal but fail in VSCode Bash
change the settings of VSCode Bash
"terminal.integrated.env.linux": {
//"QT_QPA_PLATFORM" : "xcb",
"GTK_PATH": ""
}