From aeb8b03d48b8573a9c52a65908c1e1083350208d Mon Sep 17 00:00:00 2001 From: imranzaheer Date: Mon, 14 Aug 2023 13:10:22 -0400 Subject: [PATCH] Add some context before the command --- README.md | 2 ++ README_CH.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 52be967a7..3e4e6bb93 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ To build libdqlite from source you'll need: Your distribution should already provide you with a pre-built libuv shared library and libsqlite3-dev. +For the Debian-based Linux distros you can install the build dependencies with: + ``` sudo apt install autoconf libuv1-dev liblz4-dev libtool pkg-config build-essential libsqlite3-dev ``` diff --git a/README_CH.md b/README_CH.md index 5a71b9d99..847cd8a69 100644 --- a/README_CH.md +++ b/README_CH.md @@ -61,6 +61,8 @@ sudo apt-get install libdqlite-dev 您的linux发行版应该已经为您提供了预构建的 libuv 共享库和 libsqlite3-dev,就不需要在下载了,否则还需要下载这两个依赖。 +对于基于 Debian 的 Linux 发行版,您可以使用以下命令安装构建依赖项: + ``` sudo apt install autoconf libuv1-dev liblz4-dev libtool pkg-config build-essential libsqlite3-dev ```