Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff0bc63

Browse files
committed
update windows script
1 parent a53d7ab commit ff0bc63

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

windows/APIExample/install.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
$ThirdPartysrc = 'https://agora-adc-artifacts.oss-cn-beijing.aliyuncs.com/libs/ThirdParty.zip'
1+
$ThirdPartysrc = 'https://github.com/AgoraIO/API-Examples/releases/download/3.6.0/ThirdParty.zip'
22
$ThirdPartydes = 'ThirdParty.zip'
3-
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_6_1_1_FULL.zip'
4-
$agora_sdk = ''
3+
$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_6_2_FULL.zip'
54
$agora_des = 'Agora_Native_SDK_for_Windows.zip'
65
$MediaPlayerSDK = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.3.0_63393_ffmpeg_player_lite_20210727_1117.zip'
76
$MediaPlayerSDK64 = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x64_rel.v1.3.0_63392_ffmpeg_player_lite_20210727_1117.zip'

windows/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The project uses a single program to combine a variety of functionalities. Each
5656
**Note:**
5757
If you encounter ps1 script errors, you may need to update your powershell.
5858

59+
ThirdParty.zip dependencies upload to github. When downloading ThirdParty.zip, it maybe a little slower. Wait patiently.
5960

6061
2. Open the `APIExample.sln` file with Visual Studio.
6162
3. Edit the `stdafx.h` file. Enter your App ID and token.

windows/README.zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ _[English](README.md) | 中文_
6060

6161
如果你遇到 ps1 脚本错误,你可以尝试升级 powershell。
6262

63+
ThirdParty依赖库在github上,下载速度可能有点慢,耐心等待。
64+
6365
2. 使用 Visual Studio 打开 `APIExample.sln` 文件。
6466
3. 编辑 `stdafx.h` 文件。键入你的 App ID 和 access token。
6567

0 commit comments

Comments
 (0)