Skip to content
Snippets Groups Projects
Commit 1e806967 authored by Vladimir Kazakov's avatar Vladimir Kazakov Committed by Luca Barbato
Browse files

Add info about Clang dependency

Clang is needed in order to run integration tests. Fixes #122.
parent 3ba6d445
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@ git submodule update --init
This is also required every time you switch branches or pull a submodule change.
In order to build and link to the codec on UNIX, you need Perl, Yasm, CMake, and pkg-config. To install this on Ubuntu or Linux Mint, run:
In order to build, test and link to the codec on UNIX, you need Perl, Yasm, CMake, Clang and pkg-config. To install this on Ubuntu or Linux Mint, run:
```
sudo apt install perl yasm cmake pkg-config
sudo apt install perl yasm cmake clang pkg-config
```
On Windows, pkg-config is not required. A Perl distribution such as Strawberry Perl, CMake, and a Yasm binary in your system PATH are required.
......
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