Skip to content

Commit

Permalink
add note about using emcmake with Emscripten in specific systems section
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaSaad committed Jun 20, 2024
1 parent 968290c commit c231e3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,18 @@ LibreSSL builds against relatively recent versions of [MinGW-w64](https://www.mi
confused with the original mingw.org project. MinGW-w64 3.2 or later
should work. See [README.mingw.md](README.mingw.md) for more information.

### Emscripten

When configuring LibreSSL for use with Emscripten, make sure to prepend
`emcmake` to your `cmake` configuration command. Once configured, you can
proceed with your usual `cmake` commands. For example:

```sh
emcmake cmake . -Bbuild
cmake --build build --config Release
ctest --test-dir build -C Release --output-on-failure
```

# Using LibreSSL

## CMake
Expand Down

0 comments on commit c231e3b

Please sign in to comment.