diff options
| author | Stefan Boberg <[email protected]> | 2023-11-15 14:42:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-15 14:42:45 +0100 |
| commit | 892e7d5b6883048447ab8378c5a9c88e64218541 (patch) | |
| tree | d7ef5350422edfd43d502274517198c81a441695 | |
| parent | don't do blocking call to waitpid (#540) (diff) | |
| download | zen-892e7d5b6883048447ab8378c5a9c88e64218541.tar.xz zen-892e7d5b6883048447ab8378c5a9c88e64218541.zip | |
updated xmake versions in README
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |