From ffd4007bd2c2cd9e82469aebba95ff8d6dec93b6 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Mon, 27 Apr 2020 12:29:45 +0300 Subject: [PATCH] Update MSYS2 pre-build step --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 723015f5..f785afcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: - name: Build Windows app if: matrix.os == 'windows-latest' run: | - msys2do pacman -S --noconfirm --needed make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-libvpx mingw-w64-x86_64-opusfile + msys2do pacman -Sy --noconfirm --needed make mingw-w64-x86_64-{gcc,pkg-config,dlfcn,libvpx,opusfile} msys2do make build - name: Build Linux app diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0e8c8a5..f3d2396b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - name: Build Windows app if: matrix.os == 'windows-latest' run: | - msys2do pacman -S --noconfirm --needed make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-libvpx mingw-w64-x86_64-opusfile + msys2do pacman -Sy --noconfirm --needed make mingw-w64-x86_64-{gcc,pkg-config,dlfcn,libvpx,opusfile} msys2do make release RELEASE_DIR=${{ env.release-dir }} DLIB_SEARCH_PATTERN=/mingw.*dll CORE_EXT=dll - name: Build Linux app diff --git a/README.md b/README.md index c1efdff1..068ea895 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Introduction CloudRetro provides an open-source cloud gaming platform for retro games. It started as an experiment for testing cloud gaming performance with [WebRTC](https://github.com/pion/webrtc/) and [libretro](https://www.libretro.com/), and now it aims to deliver the most modern and convenient gaming experience through the technology. -Theoretically, in cloud gaming, games are run on remote servers and media are streamed to the player optimally to ensure the most comfortable user interaction. It opens the ability to play any retro games on web-browser directly, which are fully compatible with multi-platform like Desktop, Android, ~~IOS~~. +Theoretically, in cloud gaming, games are run on remote servers and media are streamed to the player optimally to ensure the most comfortable user interaction. It opens the ability to play any retro games on web-browser directly, which are fully compatible with multi-platform like Desktop, Android, ~~IOS~~. ## Try the service at Single play: **[http://cloudretro.io](http://cloudretro.io)** @@ -65,7 +65,7 @@ apt-get install -y pkg-config libvpx-dev libopus-dev libopusfile-dev brew install libvpx pkg-config opus opusfile # Windows (MSYS2) -pacman -S --noconfirm --needed git make mingw-w64-x86_64-toolchain mingw-w64-x86_64-pkg-config mingw-w64-x86_64-dlfcn mingw-w64-x86_64-libvpx mingw-w64-x86_64-opusfile +pacman -Sy --noconfirm --needed git make mingw-w64-x86_64-{gcc,pkg-config,dlfcn,libvpx,opusfile} ``` Because the coordinator and workers need to run simultaneously. Workers connect to the coordinator. @@ -78,8 +78,8 @@ Because the coordinator and workers need to run simultaneously. Workers connect * `go run cmd/worker/main.go --coordinatorhost localhost:8000` - spawn workers connecting to coordinator ## Technical Document -- [webrtchacks Blog: Open Source Cloud Gaming with WebRTC](https://webrtchacks.com/open-source-cloud-gaming-with-webrtc/) -- [Wiki (outdated)](https://github.com/giongto35/cloud-game/wiki) +- [webrtchacks Blog: Open Source Cloud Gaming with WebRTC](https://webrtchacks.com/open-source-cloud-gaming-with-webrtc/) +- [Wiki (outdated)](https://github.com/giongto35/cloud-game/wiki) | High level | Worker internal | | :--------------------------------------------: | :--------------------------------------------: | @@ -95,7 +95,7 @@ By clicking these deep link, you can join the game directly and play it together - [Samurai Showdown 4](https://cloudretro.io/?id=733c73064c368832___samsho4) - [Metal Slug X](https://cloudretro.io/?id=2a9c4b3f1c872d28___mslugx) -And you can host the new game by yourself by accessing [cloudretro.io](http://cloudretro.io) and click "share" button to generate a deeplink to your current game. +And you can host the new game by yourself by accessing [cloudretro.io](http://cloudretro.io) and click "share" button to generate a deeplink to your current game.