aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-09-26 16:59:47 +0200
committersfan5 <sfan5@live.de>2022-10-13 23:02:11 +0200
commite8ee4cb40d9ca3bb738ec2c3b320349f2a7dd733 (patch)
treecdfed16c7b0aa156394ab513c49b5d574f770d91 /README.md
parentaf38bae57f4f0f77bf2c0cf029928567e554b60b (diff)
downloadminetest-e8ee4cb40d9ca3bb738ec2c3b320349f2a7dd733.tar.xz
Defer searching for libintl to CMake
resolves #12800
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32dacd348..c13d5f822 100644
--- a/README.md
+++ b/README.md
@@ -279,9 +279,10 @@ Library specific options:
FREETYPE_LIBRARY - Path to libfreetype.a/libfreetype.so/freetype.lib
FREETYPE_DLL - Only on Windows; path to libfreetype-6.dll
GETTEXT_DLL - Only when building with gettext on Windows; paths to libintl + libiconv DLLs
- GETTEXT_INCLUDE_DIR - Only when building with gettext; directory that contains iconv.h
- GETTEXT_LIBRARY - Only when building with gettext on Windows; path to libintl.dll.a
+ GETTEXT_INCLUDE_DIR - Only when building with gettext; directory that contains libintl.h
+ GETTEXT_LIBRARY - Optional/platform-dependent with gettext; path to libintl.so/libintl.dll.a
GETTEXT_MSGFMT - Only when building with gettext; path to msgfmt/msgfmt.exe
+ ICONV_LIBRARY - Optional/platform-dependent; path to libiconv.so/libiconv.dylib
IRRLICHT_DLL - Only on Windows; path to IrrlichtMt.dll
IRRLICHT_INCLUDE_DIR - Directory that contains IrrCompileConfig.h (usable for server build only)
LEVELDB_INCLUDE_DIR - Only when building with LevelDB; directory that contains db.h