Skip to content

Commit

Permalink
Merge #1067 - Emscripten configuration note
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jun 20, 2024
2 parents 7f2c181 + c231e3b commit 4269c45
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ At the time of this writing, LibreSSL is known to build and work on:
* Solaris 11 and later
* Mac OS X (tested with 10.8 and later)
* AIX (5.3 and later)
* Emscripten (3.1.44 and later)

LibreSSL also supports the following Windows environments:

Expand Down Expand Up @@ -158,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 4269c45

Please sign in to comment.