2024-11-06 10:28:08 +08:00
|
|
|
# shellcheck disable=all
|
|
|
|
|
git clone https://github.com/goplus/llgo.git
|
2025-01-08 15:40:11 +08:00
|
|
|
cd llgo/compiler
|
2024-11-06 10:28:08 +08:00
|
|
|
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
|