diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-12-14 01:26:30 +0100 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-12-14 01:26:30 +0100 |
commit | c0a94d52802005e1e85ee4950f5871e29fa718c4 (patch) | |
tree | 92904f6cf60249cd5dfa0fb8eee88864a1500676 | |
parent | Updated 09. VirtualBox, Docker Images and Install Scripts (markdown) (diff) | |
download | krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.gz krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.bz2 krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.lz krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.xz krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.tar.zst krakensdr_docs.wiki-c0a94d52802005e1e85ee4950f5871e29fa718c4.zip |
-rw-r--r-- | 09.-VirtualBox,-Docker-Images-and-Install-Scripts.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md index fd25aec..78850a7 100644 --- a/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md +++ b/09.-VirtualBox,-Docker-Images-and-Install-Scripts.md @@ -52,4 +52,6 @@ sudo chmod +x krakensdr_aarch64_install_doa.sh Reboot your system after the script finishes. -Note: If installing on a Raspberry Pi, please ensure that you are using the 64-bit version of Raspbian as the script expects a 64-bit system.
\ No newline at end of file +Note: If installing on a Raspberry Pi, please ensure that you are using the 64-bit version of Raspbian as the script expects a 64-bit system. + +LATEST 22.04 UBUNTU UPDATE CLANG COMPILE PROBLEMS: It appears that a recent Ubuntu update is breaking clang, hence the compilation of KFR is failing on x64 systems. The fix is simply `sudo apt-get install g++-12`.
\ No newline at end of file |