Source build first
Use the repository and Makefile based build path while Japanese content is prepared.
Source build only
Japanese install documentation is still a placeholder. The current install path is source build first, with future GitHub Releases based binaries planned.
Use the repository and Makefile based build path while Japanese content is prepared.
Binary releases are planned for a later round.
Compiler and standalone tool checks stay separated.
| 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 | 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. |
git clone https://github.com/deeyed/cale.git
cd cale make
make check make -C lacail check
make -C qstar check