You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
615 B

  1. # raylib for Code::Blocks
  2. **by D3nX**
  3. <br/>
  4. Hey! Here it is a project template to use with `Code::Blocks` =)
  5. <br/><br/>
  6. First, you need to download the [raylib installer](https://www.raylib.com) and run it. It will install raylib with the compiler.
  7. <br/><br/>
  8. Then, download the template, and open the project with `Code::Blocks`.
  9. Before running the template, make sure following set the raylib compiler for the IDE as show below:
  10. <br>
  11. ![Compiler Settings](compiler_settings.png)
  12. <br/>
  13. Finally, you can run the program and enjoy raylib running on `Code::Blocks`!
  14. <br /><br />
  15. Hope it helped you =)