From 05fbafde34f8b27f0fe1f338f6d14bc4e9f3690d Mon Sep 17 00:00:00 2001 From: Joshua Reisenauer Date: Wed, 27 Apr 2016 19:23:46 -0700 Subject: [PATCH] something for windows users --- Building-source.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Building-source.md diff --git a/Building-source.md b/Building-source.md new file mode 100644 index 0000000..d2c92b4 --- /dev/null +++ b/Building-source.md @@ -0,0 +1,8 @@ +# EZ Windows Build + +1. Download the raylib installer at [raylib.com](http://www.raylib.com/) and install it.
+2. Download the raylib zipped source at [github.com/raysan/raylib](https://github.com/raysan5/raylib) and unzip it somewhere on your computer. The folder unzipped should be named raylib, this folder will be used in step 5.
+3. Open a command prompt and enter the following commands: +5. cd "C:\entirepath\raylib\src"
+6. "C:\raylib\MinGW\bin\mingw32-make"
+7. The 'raylib.a' library file will now be generated in the src folder. \ No newline at end of file