Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Nov 23, 2023
1 parent 2bdb2ff commit 2ad4406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions gen/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ xmake b gen
```sh
gen xx.proto
gen a.proto b.proto

# use std::vector, std::string instead of co::vector and fastring
gen xx.proto -std
```
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,6 @@ target_link_libraries(userTarget coost::co)

#### 5.3.6 vcpkg & conan

The new version of coost currently does not support Vcpkg and Conan.

```sh
vcpkg install coost:x64-windows

Expand Down
2 changes: 0 additions & 2 deletions readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ target_link_libraries(userTarget coost::co)

#### 5.3.6 vcpkg & conan

coost 新版本暂不支持 vcpkg、conan。

```sh
vcpkg install coost:x64-windows

Expand Down

0 comments on commit 2ad4406

Please sign in to comment.