Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,33 @@ for how to update or override dependencies.
On Ubuntu, run the following:
```console
sudo apt-get install \
libtool \
cmake \
automake \
autoconf \
automake \
cmake \
curl \
libtool \
make \
ninja-build \
curl \
patch \
python3-pip \
unzip \
virtualenv \
patch
virtualenv
```

### Fedora
On Fedora (maybe also other red hat distros), run the following:
```console
dnf install cmake libtool libstdc++ libstdc++-static libatomic ninja-build lld patch aspell-en
dnf install \
aspell-en \
cmake \
libatomic \
libstdc++ \
libstdc++-static \
libtool \
lld \
ninja-build \
patch \
python3-pip
```

### Linux
Expand Down