Skip to content

Commit

Permalink
readme;
Browse files Browse the repository at this point in the history
  • Loading branch information
RealChuan committed Apr 15, 2024
1 parent d2c4e19 commit a96352d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
1. 由于[vcpkg](https://github.com/microsoft/vcpkg)目前[只支持单独编译x64-osx和arm64-osx](https://github.com/microsoft/vcpkg/discussions/19454)
2. 在使用[cmake](.github/workflows/cmake.yml)时,需要指定`CMAKE_OSX_ARCHITECTURES=x86_64`或者`CMAKE_OSX_ARCHITECTURES=arm64`;
3. 在使用[qmake](.github/workflows/qmake.yml)时,需要指定`QMAKE_APPLE_DEVICE_ARCHS=x86_64`或者`QMAKE_APPLE_DEVICE_ARCHS=arm64`

- 为什么不使用google crashpad作为崩溃捕捉模块?
1. vcpkg对crashpad在macos和linux下支持不好;
2. 如果想要使用crashpad,[参考代码](https://github.com/RealChuan/Cpp-Examples/tree/master/Crashpad);

0 comments on commit a96352d

Please sign in to comment.