doc: update doc test for installation instructions

This commit is contained in:
Li Jie
2025-02-13 16:13:50 +08:00
parent 49f2f0dbfd
commit 3a2d24d7cc
5 changed files with 108 additions and 11 deletions

View File

@@ -1,9 +1,4 @@
# 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
export LLGO_ROOT=$PWD/..
cd ../_xtool
llgo install ./... # compile pydump
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
cd llgo
./install.sh