From fad6b45d86ffeae625e6ff07b356ce44d1fcd39e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 13 Jul 2025 21:16:24 -0500 Subject: [PATCH] xo-flatstring: doc: minor adds --- docs/install.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index faa72ba..be0fd53 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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)