diff options
author | Sven Gothel <[email protected]> | 2023-01-17 23:26:08 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-17 23:26:08 +0100 |
commit | 5b6b1f8ce6b6be0d5da02eaa7048325fd6353568 (patch) | |
tree | c512fe5583356aaba2a98055f251efb21976a817 /doc | |
parent | d549076e2d4f01f4c21500bce2784aa912d91b61 (diff) |
HowToBuild: Update Debian >= 11
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 02c75d9..8ce7c5d 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -76,7 +76,7 @@ <li> <b>GNU Linux</b> x86_64 as well as Arm64, etc<br/> You may have to install a few developer packages ... <ul> - <li> <b>Debian</b> 10 or later + <li> <b>Debian</b> 11 or later <ul> <li>openjdk-17-jre</li> <li>openjdk-17-jdk</li> @@ -89,7 +89,7 @@ </ul> One liner install command: <ul> - <li><b>Debian</b> 10 Buster + <li><b>Debian</b> 11 Bullseye <pre> apt-get install openjdk-17-jre openjdk-17-jdk ant git-all gawk p7zip-full gcc cmake </pre></li> @@ -98,15 +98,6 @@ apt-get install openjdk-17-jre openjdk-17-jdk ant git-all gawk p7zip-full gcc cm <pre> apt-get install kernel-package build-essential </pre> - Optional: Add <i>multiarch</i> i386 next to amd64 - <ul> - <li><b>Debian</b> 10 Buster - <pre> -dpkg --add-architecture i386 -apt-get update -apt-get install lib32z1 lib32ncurses5 gcc-multilib lib32gcc1 lib32gomp1 lib32itm1 lib32quadmath0 libudev1:i386 libc6-i386 libc6-dev-i386 g++-multilib lib32stdc++6 openjdk-17-jre:i386 openjdk-17-jdk:i386 - </pre></li> - </ul> </li> <li> <b>OpenSuSE</b> 15.0 or later <ul> |