From d16263dac14ced659d82ccd5317503772c6ea319 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Tue, 18 Feb 2014 12:21:04 +0000 Subject: [PATCH] Propagating compilation requirements to readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f58724..156a730 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ The build process depends on the following * `build-essential` * `flex` * `bison` + * `gcc-multilib` If you are using Ubuntu, installing these may be as simple as running -`sudo apt-get install cmake build-essential flex bison` +`sudo apt-get install cmake build-essential flex bison gcc-multilib` In case you also want to be able to compile Windows binaries from Linux, you also need: