From a5e05955c1d08ace56de41482f1218f4ff0f6b8d Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Mon, 25 Jun 2018 10:54:55 -0500 Subject: [PATCH] Add nasm and yasm to the build requirements; they are needed for ffmpeg. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d68fafb8..b27648fd 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ not be complete. This will enter the chroot environment, where you would issue the following commands: - sudo apt-get install gcc-5 g++-5 g++-5-multilib flex bison libosmesa6-dev libpcap-dev libhal-dev libsane-dev libv4l-dev libgphoto2-2-dev libcapi20-dev libgsm1-dev libmpg123-dev libvulkan-dev libxslt1-dev + sudo apt-get install gcc-5 g++-5 g++-5-multilib flex bison libosmesa6-dev libpcap-dev libhal-dev libsane-dev libv4l-dev libgphoto2-2-dev libcapi20-dev libgsm1-dev libmpg123-dev libvulkan-dev libxslt1-dev nasm yasm sudo update-alternatives --install `which gcc` gcc `which gcc-5` 50 sudo update-alternatives --set gcc `which gcc-5` sudo update-alternatives --install `which g++` g++ `which g++-5` 50