summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2024-03-31 22:25:45 +0200
committerMarge Bot <emma+marge@anholt.net>2024-04-12 12:05:54 +0000
commit2e70ca91eebae697d92dc4a5036cafe13b508053 (patch)
treece2ebd377c4079d439a2df7056f99a3ca8516a7c
parente39ba99e5228b2fa998613d9c08d7263e385cec1 (diff)
README: ccmake is not that common, regular cmake is enough to build
For ccmake is necessary to install cmake-curses-gui which isn't a common package. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/898>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 759749e70..b25ec54de 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ For testing the python framework using `py.test unittests/framework`
Now configure the build system:
- $ ccmake .
+ $ cmake .
This will start cmake's configuration tool, just follow the onscreen
instructions. The default settings should be fine, but I recommend you: