From f998694043ad9dda72fb0bdb6b2f03c0e8f8924f Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 1 May 2016 12:22:05 +0200 Subject: [PATCH] Created Default Paths (markdown) --- Default-Paths.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Default-Paths.md diff --git a/Default-Paths.md b/Default-Paths.md new file mode 100644 index 0000000..5ed30ff --- /dev/null +++ b/Default-Paths.md @@ -0,0 +1,11 @@ +Like any other library or compilation system, a raylib project requires the different elements placed correctly. + +Notepad++ comes with a bunch of scripts ready for compiling a raylib project for different platforms. Those scripts assume that raylib is installed in the portable folder path: C:\raylib + +In some cases, it could be that user decided to move that folder; in that case raylib paths need to be reconfigured. + +Check scripts, usually default path is set at begginning of the script. + +- TODO: Complete documentation... - + + \ No newline at end of file