Skip to content

Commit 528d2ea

Browse files
committed
[doc] Fixed the Readline details on MacOS
1 parent 92428fb commit 528d2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ the standard place. So, the `cmake` command becomes:
641641
```bash
642642
$ export CMAKE_CXX_FLAGS="-Wno-mismatched-new-delete"; \
643643
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_BASEDIR}/opentrep-$TREP_VER \
644-
-DREADLINE_ROOT=${BREW_PFX}/opt/portable-readline \
645-
-DREADLINE_INCLUDE_DIR=${BREW_PFX}/opt/portable-readline/include \
646-
-DREADLINE_LIBRARY=${BREW_PFX}/opt/libedit/lib/libedit.dylib \
644+
-DReadline_ROOT_DIR=${BREW_PFX}/opt/readline \
645+
-DReadline_INCLUDE_DIR=${BREW_PFX}/opt/readline/include \
646+
-DReadline_LIBRARY=${BREW_PFX}/opt/readline/lib/libreadline.dylib
647647
-DICU_ROOT=${BREW_PFX}/opt/icu4c \
648648
-DCMAKE_BUILD_TYPE:STRING=Debug -DINSTALL_DOC:BOOL=ON \
649649
-DRUN_GCOV:BOOL=OFF ..

0 commit comments

Comments
 (0)