From f3fb2ee94b135c3ff10742d05226580a716280e1 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 20 Apr 2024 12:26:32 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2d952b2..e9fc4f37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GmSSL -[![CMake](https://github.com/guanzhi/GmSSL/workflows/CMake/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/cmake.yml) +[![CMake-Ubuntu/macOS](https://github.com/guanzhi/GmSSL/workflows/CMake/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/cmake.yml) +[![CMake-Windows](https://github.com/guanzhi/GmSSL/workflows/CMake-windows/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/cmake-windows.yml) [![CMake-Android](https://github.com/guanzhi/GmSSL/actions/workflows/android-ci.yml/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/android-ci.yml) [![CMake-iOS](https://github.com/guanzhi/GmSSL/actions/workflows/ios.yml/badge.svg)](https://github.com/guanzhi/GmSSL/actions/workflows/ios.yml) @@ -40,7 +41,7 @@ sudo make install ```bash mkdir build cd build -cmake .. -G "NMake Makefiles" +cmake .. -G "NMake Makefiles" -DWIN32=ON nmake ```