Skip to content

Instantly share code, notes, and snippets.

View yzf's full-sized avatar
🎯
Focusing

Jeff Yuan yzf

🎯
Focusing
  • Netease Games
  • GuangZhou, China
View GitHub Profile
@yzf
yzf / .gclient
Created July 17, 2019 07:18
.gclient
solutions = [
{
"url": "https://github.com/open-webrtc-toolkit/owt-deps-webrtc.git",
"managed": False,
"name": "src",
"deps_file": "DEPS",
"custom_deps": {},
},
]
target_os = ["android", "unix"]
@yzf
yzf / webrtc-native.sh
Created August 8, 2019 08:23
自编译webrtc-native
# how to build webrtc-native
1. gettting code
```bash
fetch --nohooks webrtc_android
gclient sync
```
PS: more details refer to https://webrtc.org/native-code/android/
@yzf
yzf / debian_utf8.sh
Created April 16, 2020 02:52
debian shell utf-8
# add to any of .profile/.bashrc/.zshrc ...
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"