Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anandesh-Sharma authored Oct 24, 2018
1 parent f841bd1 commit e766b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Building has been tested on GNU/Linux Mint 18.*, Fedora 26, Windows ([MSYS2](htt

2. To compile a program using SDL_bgi, make sure that it includes the 'graphics.h' header file. Then:

gcc -o program program.c -lSDL_bgi -lSDL2
```gcc -o program program.c -lSDL_bgi -lSDL2```
3. If you want to integrate this with your favourite editors the simply add linker.

-lSDL_bgi
-lSDL2
```-lSDL_bgi```
```-lSDL2```



Expand Down

0 comments on commit e766b9f

Please sign in to comment.