diff options
-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 |