From 59f355a45af489bb78039539979580f98424e6df Mon Sep 17 00:00:00 2001 From: Xayiide Date: Wed, 27 Dec 2023 18:21:17 +0100 Subject: [PATCH] =?UTF-8?q?Se=20anota=20en=20el=20README=20la=20necesidad?= =?UTF-8?q?=20de=20instalar=20la=20librer=C3=ADa=20para=20SDL2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3f7087..6c19540 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ Implementación del juego de la vida de conway en C sin librerías extra (sólo # TODO: - Cambiar los parámetros en #defines por valores en tiempo de ejecución que se pasen por parámetro + +# Requisitos +## libsdl2-dev +`sudo apt install libsdl2-dev`