Propagating compilation requirements to readme.

This commit is contained in:
Cas Cremers 2014-02-18 12:21:04 +00:00
parent 3df93c42e4
commit d16263dac1

View File

@ -35,10 +35,11 @@ The build process depends on the following
* `build-essential` * `build-essential`
* `flex` * `flex`
* `bison` * `bison`
* `gcc-multilib`
If you are using Ubuntu, installing these may be as simple as running 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, In case you also want to be able to compile Windows binaries from Linux,
you also need: you also need: