From 403e2eece652f928525cf5f8e479a6e3d8679803 Mon Sep 17 00:00:00 2001 From: Irlan Robson Date: Sat, 1 Sep 2018 18:59:19 -0300 Subject: [PATCH] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6c55963..818318b 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,9 @@ Bounce uses [premake](https://premake.github.io/) for generating project files i * On a clean Ubuntu 16.04 install these packages first: mesa-common-dev + libgl1-mesa-dev + libglu1-mesa-dev #### x32 @@ -65,7 +67,7 @@ Below are the external dependencies for the Testbed. If you don't care about the * [GLFW](https://www.glfw.org/) * [GLAD](https://glad.dav1d.de/) * [imgui](https://github.com/ocornut/imgui) -* [rapidJSON](http://rapidjson.org/index.html) +* [RapidJSON](http://rapidjson.org/index.html) ## Features