From ba758b90d02014153279a93adb7625321ecfa017 Mon Sep 17 00:00:00 2001 From: dwfncar Date: Wed, 26 Jul 2023 14:59:17 -0600 Subject: [PATCH] Some changes to the CMake CPU build instructions. --- docs/source/getting_started.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 51bfc063b..91fe4d82e 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -1,10 +1,9 @@ - Getting Started =============== -Build and Run -------------- +Build and Test +-------------- CPU ~~~ @@ -25,9 +24,12 @@ and run the following commands:: $ mkdir build $ cd build $ ccmake .. - $ sudo make install -j 8 + $ make install -j 8 $ make test +CMake will allow for setting options such as the installation directory +with CMAKE_INSTALL_PREFIX, or various build flags such as BUILD_DOCS, ENABLE_CUDA, etc. + Docker Container ~~~~~~~~~~~~~~~~ @@ -64,3 +66,5 @@ To compile and test on gust:: NOAA Hardware ------------- +Run an Example +--------------