콘텐츠로 이동

Install

Source build only

Cale 설치는 지금 source build가 기준입니다

Cale은 아직 일반 사용자용 binary release를 배포하지 않습니다. 지금은 저장소를 직접 받아 빌드하고, 향후 macOS 우선 GitHub Releases binary가 준비되면 이 페이지에 같은 흐름으로 curl/archive download 명령을 붙입니다.

권장 경로: source build

현재 가장 정확한 설치 경로입니다. Cale compiler, Lacail, Qstar를 각각 Makefile 기준으로 확인합니다.

Platform status

Platform Status Notes
macOS 우선 지원 source build 가능. 향후 첫 binary release 대상입니다.
Linux 확장 대상 compile/check 경계를 유지하며 ELF와 platform layer를 넓혀갑니다.
Windows compile stub COFF/platform diagnostic을 안정화하며 단계적으로 넓혀갑니다.

Project status

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

Cale compiler

make
make check

독립 도구 확인

make -C lacail check
make -C qstar check

Release-ready shape

  • release binary가 생기면 이 페이지의 Release 탭에 curl 명령과 archive download 버튼을 추가합니다.
  • source build 명령은 계속 유지해서 binary가 없는 platform에서도 진입점을 잃지 않게 합니다.
  • Lacail과 Qstar는 Cale 내부 모듈이 아니라 독립 도구의 빌드 상태로 분리해 표기합니다.