Skip to content

CE C Development SDK

Compare
Choose a tag to compare
@mateoconlechuga mateoconlechuga released this 19 Mar 17:27
· 2704 commits to master since this release

Installation

  1. Extract the .zip file (you should see a folder inside called 'CEdev')

Note: Place the CEdev folder somewhere close to your root directory, i.e. C:\CEdev and ensure no spaces in the path name for best results.

  1. Add an environment variable called CEDEV, pointing to the CEdev folder (instructions on how to do that on: Windows, Mac, Linux)
  2. Edit the environment variable called PATH to append the bin folder in the CEdev folder (CEdev/bin) (instructions on how to do that on: Windows, Mac, Linux)

Included you will find the Standard CE C Libraries. These perform efficient and easy support for graphics, file I/O, and keypad input. You can find examples in CEdev/examples/library_examples

For more information on how to use this toolchain, please see the documentation page:
https://ce-programming.github.io/documentation/