aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-11-15 14:42:45 +0100
committerGitHub <[email protected]>2023-11-15 14:42:45 +0100
commit892e7d5b6883048447ab8378c5a9c88e64218541 (patch)
treed7ef5350422edfd43d502274517198c81a441695
parentdon't do blocking call to waitpid (#540) (diff)
downloadzen-892e7d5b6883048447ab8378c5a9c88e64218541.tar.xz
zen-892e7d5b6883048447ab8378c5a9c88e64218541.zip
updated xmake versions in README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 208e9a2cc..983edfedb 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,8 @@ Next we need the `xmake` build system. For this we will download and install
date `.deb` files.
```
-wget https://github.com/xmake-io/xmake/releases/download/v2.6.4/xmake-v2.6.4.amd64.deb
-sudo dpkg -i xmake-v2.6.4.amd64.deb
+wget https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.amd64.deb
+sudo dpkg -i xmake-v2.8.2.amd64.deb
xmake --version
```
@@ -205,8 +205,8 @@ git clone https://github.com/microsoft/vcpkg.git ~/zen/vcpkg
~/zen/vcpkg/vcpkg --version
## xmake
-curl -L https://github.com/xmake-io/xmake/releases/download/v2.6.2/xmake-v2.6.2.macosx.pkg > xmake-v2.6.2.macosx.pkg
-sudo installer -pkg xmake-v2.6.2.macosx.pkg -target /
+curl -L https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.macosx.pkg > xmake-v2.8.2.macosx.pkg
+sudo installer -pkg xmake-v2.8.2.macosx.pkg -target /
## Zen
git clone https://github.com/EpicGames/zen.git ~/zen/main