Skip to content

Commit c6d358e

Browse files
committed
更新網址
1 parent c3a5fa1 commit c6d358e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

WebRTC.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```
1515
步驟1: mkdir ~/Workspace
16-
步驟2: git clone https://Workspace.googlesource.com/Workspace/tools/depot_tools.git (獲取depot_tools)
16+
步驟2: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git (獲取depot_tools)
1717
步驟3: vi ~/.bashrc 在裡面新增 [export PATH=~/Workspace/depot_tools:"$PATH"]
1818
步驟4: source ~/.bashrc (生效)
1919
步驟5: cd depot_tools/
@@ -114,4 +114,7 @@ make
114114

115115
把build好的執行檔webrtc-streamer, 丟到樹莓派上面跑就知道了
116116

117-
樹莓派需要安裝libjpeg, 指令: sudo apt-get install libjpeg9
117+
樹莓派需要安裝libjpeg, 指令: sudo apt-get install libjpeg9
118+
119+
## 問題處理
120+

0 commit comments

Comments
 (0)