From 8976ea779ef799292fea6bfd4980f1fac49c1dba Mon Sep 17 00:00:00 2001 From: Pranav Bhatnagar Date: Fri, 3 Aug 2018 12:27:40 +0530 Subject: [PATCH] Add running instructions --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 40eaa98..c2cd95a 100644 --- a/README.md +++ b/README.md @@ -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`