## Git Large File Storage ( Git LFS )

**NOTE: required only between 0.10.0 ~ 0.12.0**

since 0.10.0, we upgrade webrtc library to branch 52 stable release, and store library on [Git Large File Storage](https://git-lfs.github.com/)  
you may need to install `git lfs` to automatically download library when `git clone` or `npm install`.  

belows are brief memo, please go to [Git LFS official website](https://git-lfs.github.com/) for details.  

**Linux:** download `git-lfs tar file` and execute `install.sh` inside it.  
**Mac:** `brew install git-lfs` or `port install git-lfs` then `git lfs install` 
