From 08e68a1cff2db9398a3fa77c94aca834a7970f83 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Mon, 7 Apr 2025 18:01:04 +0800 Subject: [PATCH] add libiconv install direction --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 25c889d6..25116970 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,14 @@ To init or update the submodules in the `vendor/` directory: make install-submodule ``` +**iconv** + +libiconv is an internationalization library used by Netsurf. + +``` +make install-libiconv +``` + **Netsurf libs** Netsurf libs are used for HTML parsing and DOM tree generation.