From 78d0230e5a4f5afdbd240f9a3c21a1520b8a6910 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 --- xo-flatstring/docs/install.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xo-flatstring/docs/install.rst b/xo-flatstring/docs/install.rst index faa72baf..be0fd537 100644 --- a/xo-flatstring/docs/install.rst +++ b/xo-flatstring/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)