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