From 3938184f70b0a354098c88cac4a30e742f1ffc82 Mon Sep 17 00:00:00 2001 From: Pierre Blanchard Date: Fri, 31 May 2024 11:07:41 +0000 Subject: [PATCH] Fix links in docs and light updates. Change-Id: I7de1554ae78670c3afc60b250fb9f7f3f1ba7df7 --- docs/build-with-cmake.md | 2 +- docs/compile.xhtml | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/build-with-cmake.md b/docs/build-with-cmake.md index 45fb942f..6c8c7f3d 100644 --- a/docs/build-with-cmake.md +++ b/docs/build-with-cmake.md @@ -121,7 +121,7 @@ optimized, or any other special set of flags. * `RelWithDebInfo`: builds optimized code with debug information as well - `CMAKE_INSTALL_PREFIX`: The prefix the use when running `make install`. - Defaults to /usr/local on GNU/Linux and MacOS. + Defaults to /usr/local on GNU/Linux and macOS. Defaults to C:/Program Files on Windows. - `CMAKE_C_FLAGS_RELEASE` : The optimization options used by the compiler. diff --git a/docs/compile.xhtml b/docs/compile.xhtml index 285bb9c3..7eee7cee 100644 --- a/docs/compile.xhtml +++ b/docs/compile.xhtml @@ -22,7 +22,7 @@
  • Compiling and installing the library