Обновление README.md, исходников, пакетки
This commit is contained in:
35
assets/var/gnu/openjdk11.md
Normal file
35
assets/var/gnu/openjdk11.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user