From cc7c2aa8e65e569fca4ebe05b93cdd07722ae132 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 26 Jan 2016 04:11:41 +0300 Subject: [PATCH] Add links for dependencies --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ebc0047..2b808d2 100644 --- a/README.md +++ b/README.md @@ -141,11 +141,11 @@ To build libSDL2pp, you need a compiler with C++11 support, for example clang 3.4+ or gcc 4.8+. Dependencies: -* cmake -* SDL2 -* SDL2_image (optional) -* SDL2_mixer (optional) -* SDL2_ttf (optional) +* [cmake](https://cmake.org/) +* [SDL2](https://libsdl.org/) +* [SDL2_image](https://www.libsdl.org/projects/SDL_image/) (optional) +* [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/) (optional) +* [SDL2_ttf](https://www.libsdl.org/projects/SDL_ttf/) (optional) To build standalone version: