From 6d404b0fdf5fb6d4e2224a630852c2bcb087c7a5 Mon Sep 17 00:00:00 2001 From: John Yun <140559986+sfc-gh-ext-simba-jy@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:30:01 -0700 Subject: [PATCH] Fix --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 172945e76e..adad860dad 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,7 @@ Build ---------------------------------------------------------------------- Prerequisite +^^^^^^^^^^^^^ - Ensure you have cmake 2.8 or later version. - For Windows, require: one of Visual Studio [VS14, VS15, VS16, VS17] - For Linux, require: gcc, g++ @@ -56,11 +57,15 @@ The list of dependencies - build_cmocka.sh Windows +^^^^^^^ + .. code-block:: bash .\scripts\build_oob.bat x64 Debug VS17 OFF Linux/Mac +^^^^^^^^^ + .. code-block:: bash ./scripts/build_oob.sh -t Debug