From 766c26d270838418d8a9460630454d4b5de0eef7 Mon Sep 17 00:00:00 2001 From: zzak Date: Mon, 27 Mar 2023 11:17:32 +0900 Subject: [PATCH] Add a note about installing dev deps on debian linux --- guides/source/development_dependencies_install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 46b60b3c6e..4a4628b051 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -172,6 +172,16 @@ Or install everything through ports (these packages are located under the NOTE: If you run into problems during the installation of MySQL, please see [the MySQL documentation](https://dev.mysql.com/doc/refman/en/freebsd-installation.html). +#### Debian + +To install all dependencies run: + +```bash +$ sudo apt-get install sqlite3 libsqlite3-dev default-mysql-server default-libmysqlclient-dev postgresql postgresql-client postgresql-contrib libpq-dev redis-server memcached imagemagick ffmpeg mupdf mupdf-tools libxml2-dev libvips42 poppler-utils +``` + +NOTE: If you are running Debian, MariaDB is the default MySQL server, so be aware there may be differences. + ### Database Configuration There are couple of additional steps required to configure database engines