From 363562e028368900120a9bb7b4ad94579e69755e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 12 Jan 2022 10:54:35 +0100 Subject: [PATCH] Use old cmake 3.10 command line style --- README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7315029..2befb8b 100644 --- a/README.txt +++ b/README.txt @@ -14,8 +14,9 @@ For more information, take a look at the doc/ directory. To build ovni you would need a C compiler, MPI and cmake version 3.10 or newer. To compile in build/ and install into $prefix use: - % cmake -DCMAKE_INSTALL_PREFIX=$prefix -S . -B build + % mkdir build % cd build + % cmake -DCMAKE_INSTALL_PREFIX=$prefix .. % make % make install