From 0dcdb2888f36505b900fc02cc3096e194fe2acf5 Mon Sep 17 00:00:00 2001 From: kartoffelsalat Date: Wed, 23 Aug 2017 13:35:03 +0200 Subject: [PATCH] [fix] Add `libstc++-static package` to README (#3125) Fixes #3069 and #3116. Add `libstc++-static package` as build prerequisite under Fedora to the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce39e542c..b9f4a9cf8 100644 --- a/README.md +++ b/README.md @@ -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: