From cadcc05a84b6f0d5660dcf9031d9d81fcb097072 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 13 Jul 2018 20:26:56 +0200 Subject: Reviewed Code::Blocks project template - Removed unnecesary files - Renamed project - Reviewed paths --- projects/CodeBlocks/README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'projects/CodeBlocks/README.md') diff --git a/projects/CodeBlocks/README.md b/projects/CodeBlocks/README.md index d00b9ceb..0e4db919 100644 --- a/projects/CodeBlocks/README.md +++ b/projects/CodeBlocks/README.md @@ -1,15 +1,16 @@ -# Raylib for Code::Blocks -**By D3nX**
-
-Hey ! There is the template for use with Code::Blocks =) -

-First, you will need to download the raylib installer and run it from the raylib website (https://www.raylib.com). -

-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) -
-Finally, you can run the program and enjoy raylib running on Code::Blocks ! +# raylib for Code::Blocks +**by D3nX** +
+Hey! Here it is a project template to use with `Code::Blocks` =) +

+First, you need to download the [raylib installer](https://www.raylib.com) and run it. It will install raylib with the compiler. +

+Then, download the template, and open the project with `Code::Blocks`. + +Before running the template, make sure following set the raylib compiler for the IDE as show below: +
+![Compiler Settings](compiler_settings.png) +
+Finally, you can run the program and enjoy raylib running on `Code::Blocks`!

Hope it helped you =) -- cgit v1.2.3