Skip to content
Snippets Groups Projects
Commit d2034087 authored by Raphaël Zumer's avatar Raphaël Zumer Committed by Thomas Daede
Browse files

Document Perl dependency

parent b7c6b197
No related branches found
No related tags found
No related merge requests found
......@@ -20,18 +20,18 @@ rav1e temporarily uses libaom's transforms and CDF initialization tables, but is
# Building
This repository uses a git submodule, to initialize it, do:
This repository uses a git submodule. To initialize it, run:
```
git submodule update --init
```
This is also required everytime you switch branch or pull code and the submodule changed.
This is also required every time you switch branches or pull a submodule change.
In order to build the codec, you need yasm and cmake. To install this on Ubuntu or Linux Mint, run:
In order to build the codec, you need perl, yasm and cmake. To install this on Ubuntu or Linux Mint, run:
```
sudo apt install yasm cmake
sudo apt install perl yasm cmake
```
# Compressing video
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment