Céu-Maker is a programming environment that integrates ceu-arduino
and
pico-ceu
in a single package for Windows.
bin/
.samples/
.samples/pico-ceu/
.all.ceu
into the icon pico-Céu
(bin/
folder).ceu-maker/arduino-1.8.3/arduino.exe
and configure Tools->Board
and Tools->Port
.samples/ceu-arduino/
.blink-01.ceu
into the icon Céu-Arduino
(bin/
folder).samples/both/
.serial.ceu
into the icon pico-Céu
(bin/
folder) and then into the icon Céu-Arduino
(bin/
folder).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:
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.)
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
Follow the Installation->Testing
instructions above.
releases/ceu-maker.exe
to releases/ceu-maker-vX.XX-XXX.exe