update readme
This commit is contained in:
@@ -276,9 +276,11 @@ rustup target add x86_64-unknown-linux-musl
|
||||
以下のようにコンパイルします:
|
||||
|
||||
```
|
||||
rustup run stable-x86_64-unknown-linux-musl cargo build --release
|
||||
cargo build --release --target=x86_64-unknown-linux-musl
|
||||
```
|
||||
|
||||
MUSLバイナリは`./target/x86_64-unknown-linux-musl/release/`ディレクトリ配下に作成されます。
|
||||
|
||||
## Linuxでのコンパイルの注意点
|
||||
|
||||
|
||||
|
||||
@@ -271,9 +271,11 @@ rustup target add x86_64-unknown-linux-musl
|
||||
Compile with:
|
||||
|
||||
```
|
||||
rustup run stable-x86_64-unknown-linux-musl cargo build --release
|
||||
cargo build --release --target=x86_64-unknown-linux-musl
|
||||
```
|
||||
|
||||
The MUSL binary will be created in the `./target/x86_64-unknown-linux-musl/release/` directory.
|
||||
|
||||
# Running Hayabusa
|
||||
|
||||
## Caution: Anti-Virus/EDR Warnings and Slow Runtimes
|
||||
|
||||
Reference in New Issue
Block a user