xo-flatstring: doc: minor adds
This commit is contained in:
parent
ebbe45e5e7
commit
fad6b45d86
1 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ Include as git submodule
|
|||
|
||||
cd myproject
|
||||
git submodule add -b main https://github.com/rconybea/xo-flatstring ext/xo-flatstring
|
||||
git submodule update --init
|
||||
git submodule update --init ext/xo-flatstring
|
||||
|
||||
This assumes you organize directly-incorporated dependencies under directory ``myproject/ext``.
|
||||
You would then add ``myproject/ext/xo-flatstring/include`` to your compiler's include path,
|
||||
|
|
@ -54,11 +54,6 @@ and from c++ do something like
|
|||
|
||||
in c++ source files that rely on xo-flatstring
|
||||
|
||||
Supported compilers
|
||||
-------------------
|
||||
|
||||
* developed with gcc 13.2.0; github CI using gcc 11.4.0 (asof April 2024)
|
||||
|
||||
Building from source
|
||||
--------------------
|
||||
|
||||
|
|
@ -84,3 +79,8 @@ To build documentation, will also need:
|
|||
* `sphinx`
|
||||
* `breathe`
|
||||
* `sphinx_rtd_theme`
|
||||
|
||||
Supported compilers
|
||||
-------------------
|
||||
|
||||
* developed with gcc 13.2.0; github CI using gcc 11.4.0 (asof April 2024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue