Обновление README.md, исходников, пакетки
This commit is contained in:
33
assets/var/gnu/openjdk17.md
Normal file
33
assets/var/gnu/openjdk17.md
Normal file
@ -0,0 +1,33 @@
|
||||
openjdk17
|
||||
=
|
||||
https://github.com/openjdk/jdk17u.git
|
||||
|
||||
``` env *** env ***
|
||||
disable=true
|
||||
PATH=$PATH:/pkg/gnu/zulujdk17/bin
|
||||
```
|
||||
|
||||
``` sh *** build ***
|
||||
chmod +x ./configure
|
||||
./configure \
|
||||
--prefix=/pkg/gnu/openjdk17 \
|
||||
--with-debug-level=release \
|
||||
--with-boot-jdk=/pkg/gnu/zulujdk17
|
||||
make images install
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
zulujdk17
|
||||
xproto
|
||||
libx11
|
||||
libxrender
|
||||
libxrandr
|
||||
libxtst
|
||||
libxt
|
||||
cups
|
||||
alsa-lib
|
||||
```
|
||||
|
||||
``` cfg *** run deps ***
|
||||
zip
|
||||
```
|
||||
Reference in New Issue
Block a user