aboutsummaryrefslogtreecommitdiff
path: root/projects/CodeBlocks/README.md
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-07-13 19:57:38 +0200
committerGitHub <noreply@github.com>2018-07-13 19:57:38 +0200
commitea72c9e5afb1ca19a79a54932e0b9066a2060642 (patch)
tree0b5f70fcec52fef0b97249b6d6805024abdd0060 /projects/CodeBlocks/README.md
parentc19bd3eb04ed6f7a9886dd0fb6538d207dae8f29 (diff)
parentf0ac73ef8b4aaf4929fbe58ea7ac4e9a23a71f31 (diff)
downloadraylib-ea72c9e5afb1ca19a79a54932e0b9066a2060642.tar.gz
raylib-ea72c9e5afb1ca19a79a54932e0b9066a2060642.zip
Merge pull request #577 from D3nX/master
Added Code::Blocks template !
Diffstat (limited to 'projects/CodeBlocks/README.md')
-rw-r--r--projects/CodeBlocks/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/CodeBlocks/README.md b/projects/CodeBlocks/README.md
new file mode 100644
index 00000000..d00b9ceb
--- /dev/null
+++ b/projects/CodeBlocks/README.md
@@ -0,0 +1,15 @@
+# Raylib for Code::Blocks
+**By D3nX**<br />
+<br />
+Hey ! There is the template for use with Code::Blocks =)
+<br /><br />
+First, you will need to download the raylib installer and run it from the raylib website (https://www.raylib.com).
+<br /><br />
+Then, download the template, and open the project from Code::Blocks
+And before running the template, make sure following set the raylib
+compiler for the IDE as show below :
+![alt text](https://github.com/D3nX/raylib/blob/master/projects/CodeBlocks/compiler_bg.png)
+<br />
+Finally, you can run the program and enjoy raylib running on Code::Blocks !
+<br /><br />
+Hope it helped you =)