Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
47bdae44
Commit
47bdae44
authored
Aug 03, 2018
by
gejun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix docs links in last commit
parent
4092efb9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
getting_started.md
docs/cn/getting_started.md
+8
-8
thrift.md
docs/cn/thrift.md
+1
-1
thrift.md
docs/en/thrift.md
+1
-1
No files found.
docs/cn/getting_started.md
View file @
47bdae44
...
...
@@ -56,7 +56,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
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**
...
...
@@ -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 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**
```
shell
...
...
@@ -147,7 +147,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
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**
...
...
@@ -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 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**
...
...
@@ -227,7 +227,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
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
$
ls
my_dev
...
...
@@ -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 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
...
...
@@ -289,7 +289,7 @@ To not link debugging symbols, add `--nodebugsymbols` and compiled binaries will
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**
...
...
@@ -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 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**
```
shell
...
...
docs/cn/thrift.md
View file @
47bdae44
...
...
@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift
# Or use cmake
mkdir
build
&&
cd
build
&&
cmake ../
-DWITH_THRIFT
=
1
```
更多编译选项请阅读
[
Getting Started
](
..
.
/cn/getting_started.md
)
。
更多编译选项请阅读
[
Getting Started
](
../cn/getting_started.md
)
。
# Client端访问thrift server
基本步骤:
...
...
docs/en/thrift.md
View file @
47bdae44
...
...
@@ -35,7 +35,7 @@ sh config_brpc.sh --headers=/usr/include --libs=/usr/lib64 --with-thrift
# Or use cmake
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
Steps:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment