harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
204 stars 35 forks source link

Can't build project under Fedora 31 #20

Closed konsoletyper closed 4 years ago

konsoletyper commented 4 years ago

I follow build instruction and get following error message in the console:

clang-9: error: unable to execute command: Executable "wasm-ld" doesn't exist!
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
ebraminio commented 4 years ago

you should install lld (llvm's linker) from your package manager also, please confirm if that solves it, thanks

konsoletyper commented 4 years ago

Yes, that helped. Also it would be great if you mentioned this in README.

ebraminio commented 4 years ago

Done, https://github.com/harfbuzz/harfbuzzjs/commit/cc4c3fe683002750845114fb5e7af36e4364122c