Skip to content
Snippets Groups Projects
Commit 0a92115c authored by Benedict Gaster's avatar Benedict Gaster
Browse files

fixed readme

parent 936c2478
No related branches found
No related tags found
No related merge requests found
...@@ -131,12 +131,14 @@ in the same directory. (Note: it is important that you run the executables in th ...@@ -131,12 +131,14 @@ in the same directory. (Note: it is important that you run the executables in th
For Linux you need to first install the packages For Linux you need to first install the packages
> sudo apt install libsdl2-dev ```bash
> sudo apt install libsdl2-image-dev sudo apt install libsdl2-dev
> sudo apt install libsdl2-ttf-dev sudo apt install libsdl2-image-dev
> sudo apt install libfreetype6-dev sudo apt install libsdl2-ttf-dev
> sudo apt install libtiff-dev sudo apt install libfreetype6-dev
> sudo apt install libbz2-dev sudo apt install libtiff-dev
sudo apt install libbz2-dev
```
To make it slightly easier to build both the examples and the assigment itself a Makefile is provided: To make it slightly easier to build both the examples and the assigment itself a Makefile is provided:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment