Skip to content

Instantly share code, notes, and snippets.

@git-thinh
Last active January 28, 2018 11:06
Show Gist options
  • Select an option

  • Save git-thinh/f6f62d9abeb77d7173fecbd3fe8a72e9 to your computer and use it in GitHub Desktop.

Select an option

Save git-thinh/f6f62d9abeb77d7173fecbd3fe8a72e9 to your computer and use it in GitHub Desktop.
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