add stb_truetype/freetype2 flags to readme

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@496 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-26 19:34:22 +00:00
parent 2dfd86962d
commit fb48171e3f
2 changed files with 28 additions and 20 deletions

View File

@@ -68,23 +68,27 @@ D. MinGW-w64/GCC/Clang
This section exists for people who chose D. This section exists for people who chose D.
TARGET - Target environment, chosen by Makefile in TARGET - Target environment, chosen by Makefile in
default settings. default settings.
GCC - Prefix for GCC toolchains. This does not GCC - Prefix for GCC toolchains. This does not
matter if you set CC manually. matter if you set CC manually.
CC - C compiler. CC - C compiler.
DEBUG - Debug build or not, 0 in default settings. DEBUG - Debug build or not, 0 in default settings.
VULKAN - Build Vulkan widget or not. VULKAN - Build Vulkan widget or not.
OPENGL - Build OpenGL widget or not. OPENGL - Build OpenGL widget or not.
USE_STB_IMAGE - Use stb_image or not. USE_STB_IMAGE - Use stb_image or not.
PREFIX - Installation destination directory. USE_STB_TRUETYPE - Use stb_truetype or not.
USE_FREETYPE2 - Use FreeType2 or not.
PREFIX - Installation destination directory.
Makefile targets Makefile targets

View File

@@ -115,23 +115,27 @@ c("Makefile settings");
l(""); l("");
c("This section exists for people who chose D.", 60); c("This section exists for people who chose D.", 60);
l(""); l("");
c("TARGET - Target environment, chosen by Makefile in", 60); c("TARGET - Target environment, chosen by Makefile in", 60);
c(" default settings.", 60); c(" default settings.", 60);
l(""); l("");
c("GCC - Prefix for GCC toolchains. This does not", 60); c("GCC - Prefix for GCC toolchains. This does not", 60);
c(" matter if you set CC manually.", 60); c(" matter if you set CC manually.", 60);
l(""); l("");
c("CC - C compiler.", 60); c("CC - C compiler.", 60);
l(""); l("");
c("DEBUG - Debug build or not, 0 in default settings.", 60); c("DEBUG - Debug build or not, 0 in default settings.", 60);
l(""); l("");
c("VULKAN - Build Vulkan widget or not.", 60); c("VULKAN - Build Vulkan widget or not.", 60);
l(""); l("");
c("OPENGL - Build OpenGL widget or not.", 60); c("OPENGL - Build OpenGL widget or not.", 60);
l(""); l("");
c("USE_STB_IMAGE - Use stb_image or not.", 60); c("USE_STB_IMAGE - Use stb_image or not.", 60);
l(""); l("");
c("PREFIX - Installation destination directory.", 60); c("USE_STB_TRUETYPE - Use stb_truetype or not.", 60);
l("");
c("USE_FREETYPE2 - Use FreeType2 or not.", 60);
l("");
c("PREFIX - Installation destination directory.", 60);
l(""); l("");
l(""); l("");