Update PreRequisites

Adminy 2018-07-05 20:45:38 +01:00
parent aab433238e
commit 253b8819a2

@ -5,7 +5,7 @@ Before building the compiler, you need to install the GMP, MPFR and MPC support
Note: This does not work anymore with GCC 6, you should compile with GCC 4.9 or GCC 5.0.
## Prerequisites
`sudo apt-get install libmpc-dev g++ nasm `
`sudo apt-get install libmpc-dev g++ nasm gcc-multilib `
also make sure that gcc is pointing to the cross compiled version after this.
## Download