You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian testing (11) I couldn't fine the lib32stdc++-5-dev package.
I had to change on the .../scripts/lib/general.sh the package from lib32stdc++-5-dev into lib32stdc++-9-dev.
I found out which version I need with the command apt show gcc
and saw that it depends on gcc-9, so I chose the ++-9-dev version.
Also I replaced the 'bsdtar' to 'libarchive-tools
The text was updated successfully, but these errors were encountered:
On Debian testing (11) I couldn't fine the lib32stdc++-5-dev package.
I had to change on the .../scripts/lib/general.sh the package from lib32stdc++-5-dev into lib32stdc++-9-dev.
I found out which version I need with the command
apt show gcc
and saw that it depends on gcc-9, so I chose the ++-9-dev version.
Also I replaced the 'bsdtar' to 'libarchive-tools
The text was updated successfully, but these errors were encountered: