Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 683ac8af11
240 changed files with 2747 additions and 855 deletions

View File

@ -0,0 +1,35 @@
openjdk11
=
https://github.com/openjdk/jdk11u.git
``` env *** env ***
disable=true
PATH=$PATH:/pkg/gnu/zulujdk11/bin
```
``` sh *** build ***
chmod +x ./configure
./configure \
--prefix=/pkg/gnu/openjdk11 \
--with-debug-level=release \
--with-boot-jdk=/pkg/gnu/zulujdk11 \
--with-extra-cflags="-Wno-error=format-truncation -Wno-format-truncation -Wno-unterminated-string-initialization -Wno-calloc-transposed-args -Wno-maybe-uninitialized" \
--with-extra-cxxflags="-Wno-error=format-truncation -Wno-format-truncation"
make images install
```
``` cfg *** build deps ***
zulujdk11
xproto
libx11
libxrender
libxrandr
libxtst
libxt
cups
alsa-lib
```
``` cfg *** run deps ***
zip
```