From 2e5e31253c687f9cae4d99f700f7753424407317 Mon Sep 17 00:00:00 2001 From: ahaoboy <504595380@qq.com> Date: Wed, 13 Nov 2024 20:11:59 +0800 Subject: [PATCH] doc: add libltdl-dev for linux --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c592e15e..4b57403b 100644 --- a/README.md +++ b/README.md @@ -127,15 +127,15 @@ The following modules compose the standard library: *NOTE:* The txiki.js build depends on a number of git submodules ([libffi], [libuv] and [wasm3]). If you didn't already clone this repository recursively, make sure you initialize these -submodules with `git submodule update --init` before proceeding to the build. +submodules with `git submodule update --init` before proceeding to the build. ### GNU/Linux -Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`, `libtool`): +Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`, `libtool`, `libltdl-dev`): ```bash # On Debian / Ubuntu -sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo libtool +sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo libtool libltdl-dev ``` ### macOS