[fix] Add `libstc++-static package` to README (#3125)

Fixes #3069 and #3116.

Add `libstc++-static package` as build prerequisite under Fedora to the README.
pull/3129/head
kartoffelsalat 7 years ago committed by Frans de Jonge
parent bd096deab7
commit 0dcdb2888f

@ -80,6 +80,9 @@ sudo apt-get install build-essential git patch wget unzip \
gettext autoconf automake cmake libtool nasm luarocks \
libssl-dev libffi-dev libsdl2-dev libc6-dev-i386 xutils-dev linux-libc-dev:i386 zlib1g:i386
```
If you are running Fedora, be sure to install the package `libstdc++-static`.
That's all you need to get the emulator up and running with `./kodev build` and `./kodev run`.
Cross compile toolchains are available for Ubuntu users through these commands:

Loading…
Cancel
Save