diff options
| -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 |