From 184d40266b18cfb872433d88ce7d3a5302b8205f Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 25 Jan 2022 15:06:27 +0100 Subject: [PATCH] Clarify dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8220daf..9171240 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Put it in a folder your webserver can find. Make sure you have `sqlite3`, `php` and `pdo-sqlite` installed. These can be obtained from your package manager. -Then make sure PHP has the `curl`, `pdo-sqlite` and `sqlite3` extensions enabled, see `/etc/php/php.ini`. +Then make sure PHP has the `curl`, `pdo-sqlite`, `ext-dom` and `sqlite3` extensions enabled, see `/etc/php/php.ini`. + +To install all mentioned requirements on debian: `apt install composer sqlite3 php8.1-sqlite3 simplesamlphp php-xml`, followed by `composer update`. ./dev.sh