Céu-Maker is a programming environment that integrates ceu-arduino and
pico-ceu in a single package for Windows.
- Download the latest release from GitHub:
- Execute the downloaded file and choose the appropriate destination.
- After the installation, two windows will appear:
- The folder
bin/. - The folder
samples/.
- The folder
- pico-Céu
- Open the folder
samples/pico-ceu/. - Drag & Drop the file
all.ceuinto the iconpico-Céu(bin/folder). - Observe the application behavior.
- Open the folder
- Céu-Arduino
- Plug the Arduino board you want to test.
- Execute
ceu-maker/arduino-1.8.3/arduino.exeand configureTools->BoardandTools->Port. - Open the folder
samples/ceu-arduino/. - Drag & Drop the file
blink-01.ceuinto the iconCéu-Arduino(bin/folder). - Observe the application behavior.
- Both
- Open the folder
samples/both/. - Drag & Drop the same file
serial.ceuinto the iconpico-Céu(bin/folder) and then into the iconCéu-Arduino(bin/folder). - Observe the application behavior.
- Open the 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.
- Move
releases/ceu-maker.exetoreleases/ceu-maker-vX.XX-XXX.exe - Add release to GitHub: