Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
I have added fedora to build instructions and fixed typo.
  • Loading branch information
mdolezel authored and MattSturgeon committed Jun 21, 2017
1 parent 3ccd686 commit 1b01dbc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Expand Up @@ -34,9 +34,19 @@ replacement for the "Test_Link" software and "Landrex".

### Prerequisites

For Ubuntu developers, you'll need the following packages at a minium;
#### Ubuntu

For Ubuntu developers, you'll need the following packages at a minimum;

$ apt-get install git build-essential cmake libsdl2-dev libgtk-3-dev

#### Fedora

For Fedora, you will need the following packages at a minimum;

$ dnf groupinstall "Development Tools"

$ dnf install SDL2-devel gtk3-devel fontconfig-devel

### Installation

Expand Down

0 comments on commit 1b01dbc

Please sign in to comment.