Updated Compiling from source (markdown)

JayDDee
2024-12-17 13:10:45 -05:00
parent 471242c948
commit e7938f0097

@@ -166,9 +166,11 @@ There is no build script for ARM CPUs, use these commands adjusting the options
`$ ./autogen.sh`
x86_64 CPU (Intel & AMD):
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl`
aarch64, add "-DARM_WIN_HACK" if necessary:
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601 -flax_vector_conversions" ./configure --with-curl`
`$ make -j [N]`