Update local-setup.sh
explicitly use Clang as the compiler and LLD as the linker.
Tried on ANV15-51. Linux 6.16.7-2-cachyos #1 SMP PREEMPT_DYNAMIC Sat, x86_64 GNU/Linux
I just tested this change and sure enough fixes the problem it also closes #84, too bad @PXDiv seems to be busy at the moment, and hey thanks for the change, I just tried CachyOS for fun and this made it possible to keep using as my daily driver for now.
Sorry, accidently pressed on the close button. reopened it, will review when ill get a little free. too busy with life rn
Hello. I'm new to Linux, but I'll understand if you explain it to me. I didn't understand the compilation and execution part. I'd appreciate your help. Best regards.
Hello. I'm new to Linux, but I'll understand if you explain it to me. I didn't understand the compilation and execution part. I'd appreciate your help. Best regards.
download the latest release, replace the local-setup.sh with this pull request's file. check the files changed to download the specific file i guess
download the latest release, replace the local-setup.sh with this pull request's file. check the files changed to download the specific file i guess
Yup, that's exactly what I did:
- downloaded
DAMX v0.9.1 - extracted the files and opened
setup.shin a text editor (any text editor will do) - now it's just a 3 line change, you can check them in b90d3d86db414df4db6fbc7e07a97bd9e3794952, the lines in red are the ones that were replaced, and the lines in green are the ones you need.
- do a normal install using the edited
setup.sh
48e8be3e299d56a004667e7b0e8c52e90590c7e6 also updated the docs:
For Arch-based distributions, make sure the following packages are installed:
sudo pacman -S linux-headers clang llvm lld