コンテンツにスキップ

Install

Source build only

Cale install content is being prepared

Japanese install documentation is still a placeholder. The current install path is source build first, with future GitHub Releases based binaries planned.

Source build first

Use the repository and Makefile based build path while Japanese content is prepared.

Platform status

Platform Status Notes
macOS Primary Source build now. Binary release planned first.
Linux Expanding Compile/check path first.
Windows Compile stub Stable diagnostics first.

Project status

Project Boundary Install/build status
Cale compiler root Makefile root make and check targets.
Lacail lacail/Makefile Standalone Makefile check.
Qstar qstar/Makefile Standalone Makefile check.

Clone

git clone https://github.com/deeyed/cale.git
cd cale

Cale compiler

make
make check

Standalone tools

make -C lacail check
make -C qstar check

Release-ready shape

  • Japanese install content will be expanded later.
  • Release binary commands will be added when artifacts exist.
  • Source build remains the current entry point.