Skip to content

Commit

Permalink
Updated build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 31, 2024
1 parent 0949eb1 commit 75a320f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ sudo dnf -y install perl perl-CPAN
# Install IPC::Cmd non-interactively
sudo cpan App::cpanminus && cpanm --notest IPC::Cmd
# Install python3 and meson
sudo dnf -y install python3
sudo pip3 install meson
#
# Install dependencies
#
Expand Down Expand Up @@ -217,9 +213,6 @@ sudo apt -y install curl build-essential perl git cmake ninja-build \
# Install cpanminus and IPC::Cmd non-interactively
sudo cpan App::cpanminus && cpanm --notest IPC::Cmd
# Install meson for dav1d codec
sudo apt install pip
sudo pip3 install meson
```

Expand All @@ -241,11 +234,6 @@ xcode-select --install
#
brew install git gnu-sed swig subversion python cmake ninja gettext openssl readline sqlite3 xz zlib
#
# Install meson
#
pip install meson
```

### Windows
Expand Down

0 comments on commit 75a320f

Please sign in to comment.