From b30fb759e5bd5cd70fd3bcdd13f341d1395fdda2 Mon Sep 17 00:00:00 2001 From: macmade Date: Wed, 13 Nov 2024 20:57:05 +0100 Subject: [PATCH] chore: README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 71be957..8b03613 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,24 @@ Requirements This project requires OpenSSL. A pre-built version of BoringSSL is provided for macOS and Windows in the `Submodules/BoringSSL/lib` directory. +Building +-------- + +### macOS + +An Xcode project is provided: `SRPXX.xcodeproj`. +It contains targets for the library and the debug tool. + +### Windows + +A Visual Studio solution is provided: `SRPXX.sln`. +The library is available for the following toolsets and architectures: + + - v142 - x86 + - v142 - x64 + - v143 - x86 + - v143 - x64 + Test Vectors ------------