From 4e39b54e0e7bb92f0b1bd7f3dad31c21a19579f0 Mon Sep 17 00:00:00 2001 From: RDR8 Date: Tue, 27 Feb 2018 06:06:46 +0000 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b7dc9f6..fb27ada 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,7 +22,7 @@ Dependencies depend on platform, so every platform requires some libraries insta Specific dependencies installation is listed for every platform on this [Wiki](https://github.com/raysan5/raylib/wiki). Actually, there are not many external dependencies for raylib, only a couple (GLFW3, OpenAL Soft) and only in some platforms. -On Linux, both the make and cmake build systems install libraylib and raylib.h to /usr/local/lib and /usr/local/include, respectively. If you want to customize these locations, inspect the appropriate Makefile or CMakeLists.txt. +On Linux, both the make and cmake build systems install libraylib and raylib.h to `/usr/local/lib` and `/usr/local/include`, respectively. If you want to customize these locations, inspect the appropriate Makefile or CMakeLists.txt. ## **What are the dependencies on Windows?**