2025-02-13 16:13:50 +08:00
|
|
|
# shellcheck disable=all
|
|
|
|
|
git clone https://github.com/goplus/llgo.git
|
2025-04-03 15:52:18 +08:00
|
|
|
cd llgo
|
2025-02-13 16:13:50 +08:00
|
|
|
go install -v ./cmd/...
|
|
|
|
|
go install -v ./chore/... # compile all tools except pydump
|
2025-04-03 15:52:18 +08:00
|
|
|
export LLGO_ROOT=$PWD
|
|
|
|
|
cd _xtool
|
2025-02-13 16:13:50 +08:00
|
|
|
llgo install ./... # compile pydump
|
|
|
|
|
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
|