Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[adopt: #4504] README: Add libunwind-dev to list of dependencies for …
…Debian (#4512) Without this installed the build on Debian still works, but the following error is produced when you try to run `kompile`: ld.lld: error: unable to find library -lunwind clang: error: linker command failed with exit code 1... There is no need to rebuild the K framework after installing `libunwind-dev`; it's just the shared library in its dependency `libunwind8` that we need to fix this. (But we use `libunwind-dev` in the README anyway for consistency.) This is apparently not seen on MacOS, probably because -lunwind because it's a part of LLVM there. > This is an adopted PR from @0cjs (#4504) Co-authored-by: Curt J. Sampson <[email protected]> Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information