Skip to content

Commit

Permalink
Add running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownblueguy6 committed Aug 3, 2018
1 parent b4455d8 commit 8976ea7
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,27 @@ The basic SDL, as well as SDL True Type Font libraries have been used.
# Installation

## Prerequisites
g++
MinGW(for Windows), gcc(for Linux)

```## Windows
Download the release [here](https://www.google.com)
## Windows
Download the release [here](https://www.google.com) and run **pong.exe** .


## Linux(Ubuntu)
Download the release [here](https://www.google.com)

1. Get the SDL2 runtime libraries
1. Get the SDL libaries

**Note** : Skip this step if you already have the SDL2 development/runtime libraries


`$ sudo apt-get libsdl2`

`$ sudo apt-get libsdl2_ttf`

2. Build the repo
`$ make`
2. Run it

3. Run it
`$ ./pong'

`$ ./pong`


0 comments on commit 8976ea7

Please sign in to comment.