Commit 47bdae44 authored by gejun's avatar gejun

fix docs links in last commit

parent 4092efb9
...@@ -56,7 +56,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will ...@@ -56,7 +56,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
To use brpc with glog, add `--with-glog`. To use brpc with glog, add `--with-glog`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `--with-thrift`. To enable [thrift support](../en/thrift.md), install thrift first and add `--with-thrift`.
**Run example** **Run example**
...@@ -86,7 +86,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi ...@@ -86,7 +86,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi
To use brpc with glog, add `-DWITH_GLOG=ON`. To use brpc with glog, add `-DWITH_GLOG=ON`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`. To enable [thrift support](../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`.
**Run example with cmake** **Run example with cmake**
```shell ```shell
...@@ -147,7 +147,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will ...@@ -147,7 +147,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
To use brpc with glog, add `--with-glog`. To use brpc with glog, add `--with-glog`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `--with-thrift`. To enable [thrift support](../en/thrift.md), install thrift first and add `--with-thrift`.
**Run example** **Run example**
...@@ -177,7 +177,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi ...@@ -177,7 +177,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi
To use brpc with glog, add `-DWITH_GLOG=ON`. To use brpc with glog, add `-DWITH_GLOG=ON`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`. To enable [thrift support](../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`.
**Run example** **Run example**
...@@ -227,7 +227,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will ...@@ -227,7 +227,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
To use brpc with glog, add `--with-glog`. To use brpc with glog, add `--with-glog`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `--with-thrift`. To enable [thrift support](../en/thrift.md), install thrift first and add `--with-thrift`.
```shell ```shell
$ ls my_dev $ ls my_dev
...@@ -251,7 +251,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi ...@@ -251,7 +251,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi
To use brpc with glog, add `-DWITH_GLOG=ON`. To use brpc with glog, add `-DWITH_GLOG=ON`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`. To enable [thrift support](../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`.
## MacOS ## MacOS
...@@ -289,7 +289,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will ...@@ -289,7 +289,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
To use brpc with glog, add `--with-glog`. To use brpc with glog, add `--with-glog`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `--with-thrift`. To enable [thrift support](../en/thrift.md), install thrift first and add `--with-thrift`.
**Run example** **Run example**
...@@ -318,7 +318,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi ...@@ -318,7 +318,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi
To use brpc with glog, add `-DWITH_GLOG=ON`. To use brpc with glog, add `-DWITH_GLOG=ON`.
To enable [thrift support](.../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`. To enable [thrift support](../en/thrift.md), install thrift first and add `-DWITH_THRIFT=ON`.
**Run example with cmake** **Run example with cmake**
```shell ```shell
......
...@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift ...@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift
# Or use cmake # Or use cmake
mkdir build && cd build && cmake ../ -DWITH_THRIFT=1 mkdir build && cd build && cmake ../ -DWITH_THRIFT=1
``` ```
更多编译选项请阅读[Getting Started](.../cn/getting_started.md) 更多编译选项请阅读[Getting Started](../cn/getting_started.md)
# Client端访问thrift server # Client端访问thrift server
基本步骤: 基本步骤:
......
...@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift ...@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift
# Or use cmake # Or use cmake
mkdir build && cd build && cmake ../ -DWITH_THRIFT=ON mkdir build && cd build && cmake ../ -DWITH_THRIFT=ON
``` ```
Read [Getting Started](.../cn/getting_started.md) for more compilation options. Read [Getting Started](../cn/getting_started.md) for more compilation options.
# Client accesses thrift server # Client accesses thrift server
Steps: Steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment