권장 경로: source build
현재 가장 정확한 설치 경로입니다. Cale compiler, Lacail, Qstar를 각각 Makefile 기준으로 확인합니다.
Source build only
Cale은 아직 일반 사용자용 binary release를 배포하지 않습니다. 지금은 저장소를 직접 받아 빌드하고, 향후 macOS 우선 GitHub Releases binary가 준비되면 이 페이지에 같은 흐름으로 curl/archive download 명령을 붙입니다.
현재 가장 정확한 설치 경로입니다. Cale compiler, Lacail, Qstar를 각각 Makefile 기준으로 확인합니다.
macOS binary를 먼저 준비하고, 이후 Linux와 Windows artifact를 같은 페이지에 추가할 수 있게 구조만 먼저 둡니다.
컴파일러 본체와 독립 도구의 경계를 확인하면서 개발하는 경로입니다. nightly나 dev artifact가 생기면 이 탭에 붙입니다.
| Platform | Status | Notes |
|---|---|---|
| macOS | 우선 지원 | source build 가능. 향후 첫 binary release 대상입니다. |
| Linux | 확장 대상 | compile/check 경계를 유지하며 ELF와 platform layer를 넓혀갑니다. |
| Windows | compile stub | COFF/platform diagnostic을 안정화하며 단계적으로 넓혀갑니다. |
| Project | Boundary | Install/build status |
|---|---|---|
| Cale compiler | root Makefile | root make와 check 중심의 source build 경로입니다. |
| Lacail | lacail/Makefile | 독립 debugger 프로젝트이며 Cale 본체 없이 lacail check로 확인합니다. |
| Qstar | qstar/Makefile | Cale 본체와 분리된 도구이며 qstar check로 확인합니다. |
git clone https://github.com/deeyed/cale.git
cd cale make
make check make -C lacail check
make -C qstar check