From b4925dc4d2dada7dfee0f2c3431a9f72f24feaa0 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 27 Dec 2021 00:34:14 +0300 Subject: [PATCH] Mention that sed, tar and wget utilities are required to build tdweb. --- example/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/web/README.md b/example/web/README.md index 3a8b8ec25..50fbc0bb6 100644 --- a/example/web/README.md +++ b/example/web/README.md @@ -7,7 +7,7 @@ You need a Unix shell with `sed`, `tar` and `wget` utilities to run the provided ## Building tdweb NPM package * Install the 2.0.6 [emsdk](https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), which is known to work. Do not use the system-provided `emscripten` package, because it contains a too old emsdk version. -* Install all `TDLib` build dependencies described in [Building](https://github.com/tdlib/td#building). +* Install all `TDLib` build dependencies described in [Building](https://github.com/tdlib/td#building) and `sed`, `tar` and `wget` utilities. * Run `source ./emsdk_env.sh` from `emsdk` directory to set up the correct build environment. * On `macOS`, install the `coreutils` [Homebrew](https://brew.sh) package and replace `realpath` in scripts with `grealpath`: ```