Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,20 @@ disable the default fB--depth=1 shallow cloning of git repo(s).

-f, --freetype-dir
specify the location of an existing FreeType library.
This is typically used in conjunction with -F.
Do not use with -F, would invalidate this switch.
DEPRECATED: have sense only for JDKs without in-tree freetype

--freetype-build-param <parameter>
specify any special freetype build parameters (required for some Operating Systems).
DEPRECATED: have sense only for JDKs without in-tree freetype

--freetype-version <version>
specify the version of freetype you are building.
DEPRECATED: have sense only for JDKs without in-tree freetype

-F, --skip-freetype
skip building Freetype automatically.
This is typically used in conjunction with -f.
set JDK to link against system freetype,
instead of building in-tree version

-h, --help
print the man page.
Expand Down
9 changes: 6 additions & 3 deletions makejdk-any-platform.1
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,20 @@ disable the default \fB--depth=1\fR shallow cloning of git repo(s).
.TP
.BR \-f ", " \-\-freetype-dir " " \fI<path>\fR
specify the location of an existing FreeType library.
This is typically used in conjunction with \fB<-F>\fR.
Do not use with \fB<-F>\fR, would invalidate this switch.
DEPRECATED: have sense only for JDKs without in-tree freetype
.TP
.BR \-\-freetype-build-param " " \fI<parameter>\fR
specify any special freetype build parameters (required for some OS's).
DEPRECATED: have sense only for JDKs without in-tree freetype
.TP
.BR \-\-freetype-version " " \fI<version>\fR
specify the version of freetype you are building.
DEPRECATED: have sense only for JDKs without in-tree freetype
.TP
.BR \-F ", " \-\-skip-freetype
skip building Freetype automatically.
This is typically used in conjunction with \fB<-f>\fR.
set JDK to link against system freetype,
instead of building in-tree version
.TP
.BR \-h ", " \-\-help
print this help.
Expand Down
Loading