Add 'aspell' to list of packages in INSTALL.md.

This commit is contained in:
Retro_Guy 2024-12-17 07:45:03 -07:00
parent 17d1fc0cad
commit f5dc974cab
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Debian Requirements:
* php-gd (for x-face display support) * php-gd (for x-face display support)
* libgd3 (for x-face display support) * libgd3 (for x-face display support)
* php-pspell * php-pspell
* aspell-en (or other language to use for search suggestions)
* memcached (for memory caching) * memcached (for memory caching)
* php-memcached (for memory caching) * php-memcached (for memory caching)
* fortunes (to display fortunes) * fortunes (to display fortunes)
@ -56,6 +57,7 @@ FreeBSD Requirements:
* php8x-mbstring * php8x-mbstring
* php8x-iconv * php8x-iconv
* php8x-pspell * php8x-pspell
* en-aspell (or other language to use for search suggestions)
* php8x-xml (for RSS feed support) * php8x-xml (for RSS feed support)
* phpmailer (for email) * phpmailer (for email)
* faces (for x-face display support) * faces (for x-face display support)