Skip to content

Commit

Permalink
doc: add libltdl-dev for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Nov 13, 2024
1 parent 9c65cd3 commit 7990fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7990fc4

Please sign in to comment.