From 253691a0837e61a3c9418f8b2caf8b368b056707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Zumer?= <rzumer@tebako.net> Date: Wed, 17 Oct 2018 04:22:57 -0400 Subject: [PATCH] Update README.md Document NASM dependency. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f73fc42..a291587c 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ git submodule update --init This is also required every time you switch branches or pull a submodule change. -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: +In order to build, test and link to the codec on UNIX, you need Perl, NASM, CMake, Clang and pkg-config. To install this on Ubuntu or Linux Mint, run: ``` -sudo apt install perl yasm cmake clang pkg-config +sudo apt install perl nasm 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. +On Windows, pkg-config is not required. A Perl distribution such as Strawberry Perl, CMake, and a NASM binary in your system PATH are required. # Compressing video -- GitLab