From 93c9eced279ddf850349300cca63be73a350a86e Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Thu, 17 May 2018 12:29:38 +0200 Subject: [PATCH] Added link to CMakeOptions.txt as requested in #537 --- Working-on-GNU-Linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 402e096..6d9035b 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -43,7 +43,7 @@ Install the library to the standard directories, `usr/local/lib` and `/usr/local sudo make uninstall sudo make uninstall RAYLIB_LIBTYPE=SHARED -_NOTE:_ raylib is configurable and can be be built in a variety of ways. Please read raylib/src/Makefile and raylib.h itself to see all the available options and values. +_NOTE:_ raylib is configurable and can be be built in a variety of ways. Please read [`src/Makefile`](https://github.com/raysan5/raylib/blob/master/src/Makefile), [`src/config.h`](https://github.com/raysan5/raylib/blob/master/src/config.h) and [`raylib.h`](https://github.com/raysan5/raylib/blob/master/src/raylib.h) itself for a full listing of available options and values. ### Build raylib using CMake @@ -58,6 +58,8 @@ make install ``` In case any dependencies are missing, cmake will tell you. +_NOTE:_ raylib is configurable and can be be built in a variety of ways. Please read [`src/CMakeOptions.txt`](https://github.com/raysan5/raylib/blob/master/src/CMakeOptions.txt) for a full listing of available options and values. Alternatively, you may use the curses UI provided by `ccmake(1)` for configuring raylib. + ## Building Examples If you have installed raylib with `make install`, Just move to the folder `raylib/examples` and run: