diff --git a/CMakeLists.txt b/CMakeLists.txt index 098620e8..a86b92f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,7 +132,7 @@ if(NOT USE_EXTERNAL_FFI AND NOT MINGW AND NOT APPLE) libffi BUILD_IN_SOURCE 1 SOURCE_DIR "${LIBFFI_SRC}" - CONFIGURE_COMMAND ./autogen.sh COMMAND ./configure --enable-static=yes --disable-shared --disable-multi-os-directory + CONFIGURE_COMMAND ./autogen.sh COMMAND ./configure --enable-static=yes --disable-shared --disable-docs --disable-multi-os-directory BUILD_COMMAND make INSTALL_DIR ${TMP_INSTALL_DIR} INSTALL_COMMAND make DESTDIR=${TMP_INSTALL_DIR} install diff --git a/README.md b/README.md index 4b57403b..01b000de 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ submodules with `git submodule update --init` before proceeding to the build. ### GNU/Linux -Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`, `libtool`, `libltdl-dev`): +Install dependencies (`libcurl`, `build-essential`, `cmake`, `autoreconf`, `libtool`, `libltdl-dev`): ```bash # On Debian / Ubuntu