Skip to content

Commit a4fa43b

Browse files
committed
add more libraries (no-headers)
- boost.fiber - boost-exception, - boost-random - boost.iostreams - boost.log - boost.charconv - boost.serialization - boost.process
1 parent 36a02c7 commit a4fa43b

File tree

4 files changed

+358
-24
lines changed

4 files changed

+358
-24
lines changed

README.md

+23-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ Build libraries
1414

1515
```bash
1616
# Build no-header-only libraries
17-
$ zig build -Doptimize=<Debug|ReleaseSafe|ReleaseFast|ReleaseSmall> -Dtarget=<triple-target> --summary <all|new> -Dcontext -Djson -Dsystem -Dcontainer -Dcobalt -Dfilesystem
17+
$ zig build -Doptimize=<Debug|ReleaseSafe|ReleaseFast|ReleaseSmall> \
18+
-Dtarget=<triple-target> \
19+
--summary <all|new> \
20+
-Dcontext \
21+
-Djson \
22+
-Dsystem \
23+
-Dcontainer \
24+
-Dcobalt \
25+
-Dfilesystem
1826
```
1927

2028
#### Helper
@@ -30,13 +38,20 @@ Project-Specific Options:
3038
ReleaseSafe
3139
ReleaseFast
3240
ReleaseSmall
33-
-Dcobalt=[bool] Build cobalt library (default: false)
34-
-Dcontext=[bool] Build context library (default: false)
35-
-Djson=[bool] Build json library (default: false)
36-
-Dcontainer=[bool] Build container library (default: false)
37-
-Dfilesystem=[bool] Build filesystem library (default: false)
38-
-Dcoroutine2=[bool] Build coroutine2 library (default: false)
39-
-Dsystem=[bool] Build system library (default: false)
41+
-Dcharconv=[bool] Build boost.charconv library (default: false)
42+
-Dcobalt=[bool] Build boost.cobalt library (default: false)
43+
-Dcontainer=[bool] Build boost.container library (default: false)
44+
-Dcontext=[bool] Build boost.context library (default: false)
45+
-Dexception=[bool] Build boost.exception library (default: false)
46+
-Dfiber=[bool] Build boost.fiber library (default: false)
47+
-Dfilesystem=[bool] Build boost.filesystem library (default: false)
48+
-Diostreams=[bool] Build boost.iostreams library (default: false)
49+
-Djson=[bool] Build boost.json library (default: false)
50+
-Dlog=[bool] Build boost.log library (default: false)
51+
-Dprocess=[bool] Build boost.process library (default: false)
52+
-Drandom=[bool] Build boost.random library (default: false)
53+
-Dserialization=[bool] Build boost.serialization library (default: false)
54+
-Dsystem=[bool] Build boost.system library (default: false)
4055
-Dshared=[bool] Build as shared library (default: false)
4156
```
4257

0 commit comments

Comments
 (0)