Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 381 Bytes

libvmaf

Compile

  1. Install Meson (0.47 or higher) and Ninja
  2. Run meson build --buildtype release
  3. Build with ninja -vC build

Test

Build and run tests with ninja -vC build test

Install

Install using ninja -vC build install

Documentation

Generate HTML documentation with ninja -vC build doc/html