bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

Some trivial update for the Compiling on macOS document #618

Closed hiroshi closed 3 years ago

hiroshi commented 3 years ago

Also I found that the documentation is outdated. https://bytecodealliance.github.io/lucet/Compiling-on-macOS.html#compiling-and-installing-lucet

git submodule update --init

compared with current HEAD version. https://github.com/bytecodealliance/lucet/blob/d65d11b948e7eac63c9adb4eb28691e9e84125ba/docs/src/Compiling-on-macOS.md#compiling-and-installing-lucet

git submodule update --init --recursive

This causes a trouble described in https://github.com/bytecodealliance/lucet/issues/468.

jedisct1 commented 3 years ago

Thank you Hiroshi!

The documentation will not be outdated any more after every LLVM major update. Great!