Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Oct 3, 2021
1 parent 47856c6 commit 2591576
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,13 @@ xmake -a # build all projects (libco, gen, co/test, co/unitest)
```


#### Build shared library

```sh
xmake f -k shared
xmake -v
```

#### Build with mingw

```sh
Expand Down Expand Up @@ -496,6 +503,13 @@ make install
```


#### Build shared library

```sh
cmake .. -DBUILD_SHARED_LIBS=ON
```


#### install libco from vcpkg

```sh
Expand Down

0 comments on commit 2591576

Please sign in to comment.