Updated Compiling from source (markdown)

JayDDee
2025-01-03 21:55:23 -05:00
parent 3c99d18827
commit 46d5c0c9e2

@@ -49,7 +49,7 @@ On ARM64:
Other desired packages can also be installed at this time. Some useful ones not installed by default include Other desired packages can also be installed at this time. Some useful ones not installed by default include
git, openssh, wget, vim ... git, openssh, wget, vim ...
Open the apropriate MSys2 terminal for your architecture from the start menu. On X86_64 open MINGW64 to compile with GCC, on ARM64 open CLANGARM64 to compile with Clang. Open the apropriate MSys2 terminal for your architecture from the start menu. On x86_64 open MINGW64 to compile with GCC, on ARM64 open CLANGARM64 to compile with Clang.
Ensure the correct one is used. GCC is recommended but is only avalable for x86_64 at this time. On ARM64 the only choice is Clang which has problems described in errata below. Ensure the correct one is used. GCC is recommended but is only avalable for x86_64 at this time. On ARM64 the only choice is Clang which has problems described in errata below.