Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
rav1e
Commits
1e806967
Commit
1e806967
authored
6 years ago
by
Vladimir Kazakov
Committed by
Luca Barbato
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
1e806967
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment