Last active
January 28, 2018 11:06
-
-
Save git-thinh/f6f62d9abeb77d7173fecbd3fe8a72e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WSL: | |
| # apt install build-essential autoconf libtool cmake make tar unzip shtool automake patch curl wget golang perl git pkg-config | |
| apt-get install gcc-mingw-w64 | |
| Ubuntu | |
| # apt install build-essential autoconf libtool cmake make tar unzip libgflags-dev libgtest-dev clang libc++-dev shtool automake patch curl wget golang perl yasm git pkg-config | |
| git clone --recursive https://github.com/grpc/grpc.git | |
| cd grpc && git submodule update --init | |
| $ make | |
| $ [sudo] make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment