README.md: Fix markdown fail in bash compiling instructions

This commit is contained in:
archshift 2015-05-08 19:36:00 -07:00
parent c23e6c2780
commit 8dc46ccfc8

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
``` ```