Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): remove the musl note from the docs as it is no longer nec…
Browse files Browse the repository at this point in the history
…essary
usagi-flow committed Dec 21, 2023

Verified

This commit was signed with the committer’s verified signature.
usagi-flow 兎の流れ
1 parent 3124d04 commit 8e9fc06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions book/src/install.md
Original file line number Diff line number Diff line change
@@ -151,13 +151,6 @@ This command will create the `hx` executable and construct the tree-sitter
grammars in the local `runtime` folder. To build the tree-sitter grammars requires
a c++ compiler to be installed, for example `gcc-c++`.

> 💡 If you are using the musl-libc instead of glibc the following environment variable must be set during the build
> to ensure tree-sitter grammars can be loaded correctly:
>
> ```sh
> RUSTFLAGS="-C target-feature=-crt-static"
> ```
> 💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch
> grammars with `hx --grammar fetch` (requires `git`) and compile them with
> `hx --grammar build` (requires a C++ compiler). This will install them in

0 comments on commit 8e9fc06

Please sign in to comment.