summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-08 19:55:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-08 19:55:47 -0400
commit078eb539e15af197498fa3a10370b6a10fec388a (patch)
treefc8d23d2c61d05258ffda818e66a66d7d46b8c0c
parent64c03fe0c57f56a197b7d16c8ad149bb44965f36 (diff)
document freetype2 + font requirement for OpenJDK
-rw-r--r--static/build.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index 6652c16d..be0128ae 100644
--- a/static/build.html
+++ b/static/build.html
@@ -251,6 +251,8 @@
source tree:</p>
<ul>
+ <li>freetype2 and any OpenType/TrueType font (such as DejaVu but anything works)
+ for OpenJDK despite it being a headless variant without GUI support</li>
<li>m4 (will be included as a prebuilt in the next major release)</li>
<li>ncurses5 (provided by the source tree for some tools but not others)</li>
<li>python2 (being replaced with python3 for the next major release)</li>