From 21305380b115f1af626262176fc5971eb3cdec3e Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Thu, 25 Apr 2024 11:13:45 -0600 Subject: [PATCH] Update README.md Co-authored-by: Daniel Arndt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd4cebb9..44643fc9c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ CMake and Makefiles are supported for building Kokkos Tools. The following provi ### Build 1. Create a build directory in Kokkos Tools, e.g., type `mkdir myBuild; cd myBuild` -2. To configure, type `ccmake .. -DCMAKE_INSTALL_PREFIX=${YOUR_KOKKOS_TOOLS_INSTALL_DIR}` for any options you would like to enable/disable. +2. To configure, type `cmake .. -DCMAKE_INSTALL_PREFIX=${YOUR_KOKKOS_TOOLS_INSTALL_DIR}`. There are more options but in most cases the defaults are sufficient. 3. To compile, type `make` 4. To install, type `make install`