From 0bb20a8ca0729c4c58be825104f50c2f3132beac Mon Sep 17 00:00:00 2001 From: Hans-Werner Hilse Date: Thu, 27 Nov 2014 19:12:44 +0000 Subject: [PATCH] add hint for nasm requirement to README fixes #1260 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d37ed61..1564bc934 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,12 @@ OS. Windows users are suggested to develop in a [Linux VM][linux-vm] or use Wubi To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, `autoconf`, `subversion` and `cmake` installed. Version of autoconf need to be greater than 2.64. +You also need nasm and of course gcc or clang - if you want to cross-compile for other +architecture, you need a proper cross-compile toolchain. Ubuntu users may need to run: ``` -sudo apt-get install build-essential libtool gcc-multilib +sudo apt-get install build-essential libtool gcc-multilib nasm ``` Cross compile toolchains are available for Ubuntu users through these commands: