Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Dec 5, 2023
1 parent 8ea49cf commit a32b771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/developers/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To speed up the Docker build process, we are distributing pre-build versions of libzmq with drafts flag at the latest version. In case the download fails because the respective architecture build does not exist, you can build the version yourself.

Add `build-essential` to tbe installed additionally with `apt-get`. Additionally, replace the command to download the pre-built library with the following command.
Add `build-essential` to be installed additionally with `apt-get`. Additionally, replace the command to download the pre-built library with the following command.

```
# Compile ZMQ
Expand Down
2 changes: 1 addition & 1 deletion documentation/developers/libzmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Jukebox requires `libzmq` to work properly. We provide downloadable builds t
* https://github.com/pabera/libzmq/releases

> [!NOTE]
> We can't use stable builds that are distributed by zeromq directly because the Jukebox requires draft builds to support WebSockets. These draft builds are not officially provided through zeromq for Raspberry Pi architecture (e.g. `armv6` or `armv7`).
> We can't use stable builds that are distributed by [zeromq](https://github.com/zeromq/libzmq/releases) directly because the Jukebox requires draft builds to support WebSockets. These [draft builds](https://pyzmq.readthedocs.io/en/latest/howto/draft.html) are not officially provided through zeromq for Raspberry Pi architecture (e.g. `armv6` or `armv7`).
## Building `libzmp`

Expand Down

0 comments on commit a32b771

Please sign in to comment.