Skip to content

Commit 2591576

Browse files
committed
update readme
1 parent 47856c6 commit 2591576

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,13 @@ xmake -a # build all projects (libco, gen, co/test, co/unitest)
429429
```
430430

431431

432+
#### Build shared library
433+
434+
```sh
435+
xmake f -k shared
436+
xmake -v
437+
```
438+
432439
#### Build with mingw
433440

434441
```sh
@@ -496,6 +503,13 @@ make install
496503
```
497504

498505

506+
#### Build shared library
507+
508+
```sh
509+
cmake .. -DBUILD_SHARED_LIBS=ON
510+
```
511+
512+
499513
#### install libco from vcpkg
500514

501515
```sh

0 commit comments

Comments
 (0)