Files
llgo/doc/_readme/scripts/install_llgo.sh
2025-01-08 15:40:11 +08:00

8 lines
304 B
Bash

# shellcheck disable=all
git clone https://github.com/goplus/llgo.git
cd llgo/compiler
go install -v ./cmd/...
go install -v ./chore/... # compile all tools except pydump
cd chore/_xtool
llgo install ./... # compile pydump
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch