From 0a92115cfb3385face1cffb91065beb7a69a261d Mon Sep 17 00:00:00 2001 From: Benedict Gaster <benedict.gaster@uwe.ac.uk> Date: Tue, 29 Nov 2022 14:08:19 +0000 Subject: [PATCH] fixed readme --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8a862c..cbd5603 100644 --- a/README.md +++ b/README.md @@ -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 -> sudo apt install libsdl2-dev -> sudo apt install libsdl2-image-dev -> sudo apt install libsdl2-ttf-dev -> sudo apt install libfreetype6-dev -> sudo apt install libtiff-dev -> sudo apt install libbz2-dev +```bash +sudo apt install libsdl2-dev +sudo apt install libsdl2-image-dev +sudo apt install libsdl2-ttf-dev +sudo apt install libfreetype6-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: -- GitLab