fix dependencies link

master
gtrxAC 3 年前
父节点
当前提交
cf6b0ba3f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      FAQ.md

+ 1
- 1
FAQ.md

@ -18,7 +18,7 @@ Note that above process only needs to be done once, if at some point you need to
## **What are the default paths?** ## **What are the default paths?**
Like any other library or project, a raylib project requires different [dependencies](https://github.com/raysan5/raylib/wiki/External-dependencies) placed accordingly for a correct compilation. It means external library headers and, eventually, some static library.
Like any other library or project, a raylib project requires different [dependencies](https://github.com/raysan5/raylib/wiki/raylib-dependencies) placed accordingly for a correct compilation. It means external library headers and, eventually, some static library.
Dependencies depend on platform, so every platform requires some libraries installed in an specific folder to be accesible for the compiler when compiling raylib or a raylib example/game. Dependencies depend on platform, so every platform requires some libraries installed in an specific folder to be accesible for the compiler when compiling raylib or a raylib example/game.

正在加载...
取消
保存