Skip to content

Commit

Permalink
Update INSTALL.md to reflect uuid change
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jul 10, 2023
1 parent 5f88beb commit 94f0125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ brew install \
libxcrypt \
make \
openssl@1.1 \
ossp-uuid \
pkg-config \
python@3.11 \
readline \
zlib \
```

Homebrew is also available on Linux. The dependency `ossp-uuid` is not required
in this case, and `libfuse@2` can be installed to enable FUSE support.
Homebrew is also available on Linux, where `utils-linux` is required as
an extra dependency since uuid symbols are not provided by the kernel like
on macOS. On Linux, `libfuse@2` may be installed to enable FUSE support.

## Building from Source Code with CMake

Expand Down

0 comments on commit 94f0125

Please sign in to comment.