readme updates

This commit is contained in:
Eric Wasylishen 2025-01-23 23:47:48 -07:00
parent 887ba83151
commit b66e771056
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@ cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../vcpkg/scripts/buildsystems/vcpkg.cmake" -DCMAKE_GENERATOR_PLATFORM=Win32 -DSPHINX_EXECUTABLE="$(pwd)/../sphinx-venv/Scripts/sphinx-build.exe"
```
#### IDE Tips - CLion
- Modify the "Google Test" run/debug configuration template to have `--gtest_catch_exceptions=0`, otherwise the
debugger doesn't stop on exceptions (segfaults etc.)
(see: https://youtrack.jetbrains.com/issue/CPP-29559/Clion-LLDB-does-not-break-on-SEH-exceptions-within-GTest)
### macOS 10.15
```