From 0ccb296263f48626f0beb66104e863443fc08ca2 Mon Sep 17 00:00:00 2001 From: Chen <50514813+dota17@users.noreply.github.com> Date: Tue, 25 Feb 2020 16:20:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ef491b..766d9e7c 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,9 @@ Pass these options as `-D` on CMake's command-line. cmake -DBUILD_SHARED_LIBS=OFF ... ``` -cmake-configure: Wrapper around cmake to emulate useful options +**In addition, you can also use cmake-configure: Wrapper around cmake to emulate useful options.** -To use cmake-configure,build it like: +To use cmake-configure, build it like: ```sh mkdir build -- 2.39.5