Skip to content

Commit

Permalink
Update README-Windows.md (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: ivcantero <[email protected]>
  • Loading branch information
ivcantero authored Oct 30, 2024
1 parent f362425 commit 0220068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chromium/README-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Choose a directory to store the liboqs source code and use the `cd` command to m
Start _x64 Native Tools Command Prompt for VS 2022_ (usually it's in _C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2022\Visual Studio Tools\VC_) and run following commands:

```bat
git clone https://github.com/open-quantum-safe/liboqs.git && git checkout 9aa2e1481cd0c242658ec8e92776741feabec163
cd liboqs && mkdir build && cd build
git clone https://github.com/open-quantum-safe/liboqs.git && cd liboqs && git checkout 9aa2e1481cd0c242658ec8e92776741feabec163
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=%CHROMIUM_ROOT%/third_party/boringssl/src/oqs -DOQS_USE_OPENSSL=OFF -DCMAKE_BUILD_TYPE=Release
msbuild ALL_BUILD.vcxproj
msbuild INSTALL.vcxproj
Expand Down Expand Up @@ -73,4 +73,4 @@ If the build completes successfully, it will create _chrome.exe_ in _%CHROMIUM_R
### 6. Miscellaneous

- BIKE key exchange is not supported.
- This guide was initially published on October 10, 2024, and may be outdated.
- This guide was initially published on October 10, 2024, and may be outdated.

0 comments on commit 0220068

Please sign in to comment.