From 6bce1debbabc9155690475845494335d664f323f Mon Sep 17 00:00:00 2001
From: bobarna <bobarna@sch.bme.hu>
Date: Mon, 24 May 2021 18:53:33 +0000
Subject: [PATCH] added project summary and oral presentation links

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a8c6ded..0bb259d 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,14 @@
 mad·​id (adjective) \ ˈmadə̇d \
 wet, moist
 
+[Project summary](https://drive.google.com/file/d/1rRXzWor2MPJaM6d_Ut8wh6FBAxIRusR9/view?usp=sharing)
+[Oral presentation (in Hungarian)](https://drive.google.com/file/d/1iasyYRj8M5T8ZjYs7INKa9xYnKb-SaPF/view?usp=sharing)
+
 
 ## Trying it out
 
 ### Dependencies
 
-- GLM ([OpenGL Mathematics](https://github.com/g-truc/glm))
 - OpenGL
     - [glew](https://github.com/nigels-com/glew)
     - [glfw3](https://www.glfw.org/)
@@ -20,7 +22,7 @@ wet, moist
 *On Linux-based systems, with the apt package manager*
 
 ``` bash
-sudo apt install libglm-dev libglew-dev libglfw3 cmake build-essential
+sudo apt install libglew-dev libglfw3 cmake build-essential
 ```
 
 ### Compiling
-- 
GitLab