Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/_readme/scripts/install_full.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shellcheck disable=all
git clone https://github.com/goplus/llgo.git
git clone https://github.com/xgo-dev/llgo.git
cd llgo
go install -v ./cmd/...
go install -v ./chore/... # compile all tools except pydump
Expand Down
2 changes: 1 addition & 1 deletion doc/_readme/scripts/install_llgo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shellcheck disable=all
git clone https://github.com/goplus/llgo.git
git clone https://github.com/xgo-dev/llgo.git
cd llgo
./install.sh
2 changes: 1 addition & 1 deletion doc/_readme/scripts/install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ brew update
brew install llvm@19 lld@19 bdw-gc openssl cjson libffi libuv pkg-config
brew install python@3.12 # optional
brew link --overwrite llvm@19 lld@19 libffi
# curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash
# curl https://raw.githubusercontent.com/xgo-dev/llgo/refs/heads/main/install.sh | bash
./install.sh
2 changes: 1 addition & 1 deletion doc/_readme/scripts/install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y llvm-19-dev clang-19 libclang-19-dev lld-19 libunwind-19-dev libc++-19-dev pkg-config libgc-dev libssl-dev zlib1g-dev libcjson-dev libsqlite3-dev libuv1-dev
sudo apt-get install -y python3.12-dev # optional
#curl https://raw.githubusercontent.com/goplus/llgo/refs/heads/main/install.sh | bash
#curl https://raw.githubusercontent.com/xgo-dev/llgo/refs/heads/main/install.sh | bash
./install.sh
Loading