mirror of https://github.com/grpc/grpc-web.git
commit
6442f97779
|
|
@ -82,15 +82,16 @@ above steps.
|
||||||
From the repo root directory:
|
From the repo root directory:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make package # build nginx
|
$ make # build nginx
|
||||||
$ make example # build client JS library
|
$ make example # build end-to-end example
|
||||||
$ sudo make install-example
|
$ sudo make install-example
|
||||||
```
|
```
|
||||||
|
|
||||||
On MacOS, you might have to do
|
On MacOS, you might have to do
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ KERNEL_BITS=64 make example
|
$ KERNEL_BITS=64 make
|
||||||
|
$ make example
|
||||||
$ sudo make install-example
|
$ sudo make install-example
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue