ceu-lang / ceu-maker

5 stars 1 forks source link

Céu-Maker

Céu-Maker is a programming environment that integrates ceu-arduino and pico-ceu in a single package for Windows.

Installation

Testing


Package Generation (for developers only)

Céu-Maker depends on Céu, Céu-Arduino, Céu-SDL, and pico-Céu.

To generate a new version of Céu-Maker, use the instructions as follows:

Collect all relevant files to Céu-Maker

Prepare the source repositories

First, clone the source repositories:

$ git clone https://github.com/ceu-lang/ceu
$ git clone https://github.com/ceu-lang/ceu-arduino
$ git clone https://github.com/ceu-lang/ceu-sdl
$ git clone https://github.com/ceu-lang/pico-ceu

Checkout the target version for each of the source repositories, e.g.:

$ cd ceu/
$ git checkout v0.30
$ ... # same for the other repositories

(This step can be skipped if you want to use the master branches.)

Copy to Céu-Maker

Edit Makefile.dirs to point to the source repositories:

$ vi Makefile.dirs

Run make using Git Bash to copy the files from the source repositories to ceu-maker/:

$ ceu-maker/mingw/bin/make.exe

Testing

Follow the Installation->Testing instructions above.

Add release to GitHub