curl -fsSL https://github.com/cladam/tbdflow-ui/releases/latest/download/install.sh | shThis downloads the pre-built binary for your platform (macos-arm64 or linux-x86_64) and installs it to ~/.local/bin. Override the install directory with TBDFLOW_INSTALL_DIR:
EBI_INSTALL_DIR=/usr/local/bin curl -fsSL https://github.com/cladam/tbdflow-ui/releases/latest/download/install.sh | sh- SDL2:
brew install sdl2(macOS) orsudo apt-get install libsdl2-dev(Linux)
hica build # compile to binary
hica run # compile and run
hica fmt # format according to hica style guide
hica check # type-check without emitting
hica clean # remove generated filesRequires hica on PATH.