[DiscordArchive] Can you manually make the `etc` dir?
[DiscordArchive] Can you manually make the `etc` dir?
Archived author: mynameismeat • Posted: 2023-08-16T21:50:16.254000+00:00
Original source
Can you manually make the `etc` dir?
Archived author: inquisibro • Posted: 2023-08-16T21:54:42.938000+00:00
Original source
Yes. I made the etc dir and re-ran make install, same error
Archived author: eyeofstorm • Posted: 2023-08-16T23:47:11.940000+00:00
Original source
AC could building on ARM proccessor. afak, the only thing preventing AC from compiling on ARM is deps argon2 which uses x86 AVX intrinsics (deps/argon2/argon2/blake2/blamka-round-opt.h). PR https://github.com/azerothcore/azerothco...pull/14761 uses sse2neon.h to allow AC building on ARM proccessor. you should cross compile your kernel to enable neon support. https://www.raspberrypi.com/documentatio...ernel.html
[Embed: feat(core) add macOS arm support by eyeofstorm · Pull Request #1476...]
Changes Proposed:
!!! This PR based on PR #14423. !!!
Thanks @motivewc for the original code.
Use ARM friendly replacements for AVX instructions, fixes argon2 compile.
Issues Addressed:
SOURCE:
...
https://github.com/azerothcore/azerothco...pull/14761
[Embed: Raspberry Pi Documentation - The Linux kernel]
The official documentation for Raspberry Pi computers and microcontrollers
https://www.raspberrypi.com/documentatio...ernel.html