From 65e65e1ac9468bb207390dbe91128b7766a17615 Mon Sep 17 00:00:00 2001 From: Bim Overbohm Date: Mon, 8 Jul 2013 10:00:35 +0200 Subject: [PATCH 1/2] Update project description regarding G++ 4.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b0302b45..aa89235da 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I found a bug! I have a problem! ================================ - First, try to check the [issue list](https://github.com/Aloshi/EmulationStation/issues?state=open) if there are already some entries that might match your issue. Then make sure to check closed bugs too, to find a solution to already solved problems. -- Try to update to the latest version of EmulationStation using git (You might need to delete you `es_input.cfg` and `es_settings.cfg` after that to reset them to default values after this): +- Try to update to the latest version of EmulationStation using git (You might need to delete your `es_input.cfg` and `es_settings.cfg` after that to reset them to default values): ``` cd EmulationStation @@ -23,7 +23,7 @@ make Building ======== -EmulationStation uses some C++11 code, which means you'll need to install at least g++-4.7 on Linux, or VS2010 on Windows. +EmulationStation uses some C++11 code, which means you'll need to install at least g++-4.7 on Linux, or VS2010 on Windows. For installing and switching to G++ 4.7 see [here](http://lektiondestages.blogspot.de/2013/05/installing-and-switching-gccg-versions.html). EmulationStation has a few dependencies. For building, you'll need SDL 1.2, Boost.System, Boost.Filesystem, FreeImage, FreeType, and the DejaVu TrueType font. From 4f8f2e6fa524222c88ec16902807785c5ab4a050 Mon Sep 17 00:00:00 2001 From: Bim Overbohm Date: Wed, 10 Jul 2013 13:31:57 +0200 Subject: [PATCH 2/2] Update project description regarding RPI SD card issues --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa89235da..d268b17bd 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ I found a bug! I have a problem! ================================ - First, try to check the [issue list](https://github.com/Aloshi/EmulationStation/issues?state=open) if there are already some entries that might match your issue. Then make sure to check closed bugs too, to find a solution to already solved problems. +- When you're running EmulationStation on a on Raspberry Pi and have problems with config files not being saved properly, content missing after editing etc, check if your SD card is corrupted (see issues [#78](https://github.com/Aloshi/EmulationStation/issues/78) and [#107](https://github.com/Aloshi/EmulationStation/issues/107)). You can do this using the free tools [h2testw](http://www.heise.de/download/h2testw.html) or [F3](http://oss.digirati.com.br/f3/). - Try to update to the latest version of EmulationStation using git (You might need to delete your `es_input.cfg` and `es_settings.cfg` after that to reset them to default values): ```