Merge pull request #1682 from archshift/patch-1

README.md: Fix markdown fail in bash compiling instructions
This commit is contained in:
Twinaphex 2015-05-09 10:04:15 +02:00
commit bdecad040b

View File

@ -115,10 +115,9 @@ To configure joypads, use the built-in menu or the <tt>retroarch-joyconfig</tt>
```bash ```bash
sudo apt-get install -y make git-core curl g++ pkg-config libglu1-mesa-dev freeglut3-dev mesa-common-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev sudo apt-get install -y make git-core curl g++ pkg-config libglu1-mesa-dev freeglut3-dev mesa-common-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
``` ```
- ```bash - Compiling:
```bash
./configure ./configure
```
- ```bash
make make
``` ```