From b2228d0c195f3d572c37ff73788945e4318c63ac Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 19 May 2018 23:09:33 +0200 Subject: [PATCH] Add link to CMake options table --- Working-on-GNU-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-GNU-Linux.md b/Working-on-GNU-Linux.md index 6d9035b..0acc028 100644 --- a/Working-on-GNU-Linux.md +++ b/Working-on-GNU-Linux.md @@ -58,7 +58,7 @@ 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. +_NOTE:_ raylib is configurable and can be be built in a variety of ways. See the [CMake Build Options](https://github.com/raysan5/raylib/wiki/CMake-Build-Options) for a full listing of available options and values. Alternatively, you may use the curses UI provided by `ccmake(1)` for interactively configuring raylib. ## Building Examples