readme update
parent
28cbb3d733
commit
bfb2ca3f51
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# runner-rs (amd64/linux)
|
# runner-rs ( with amd64 and riscv64 support )
|
||||||

|

|
||||||
in-container integrating util to handle processes runtime
|
in-container integrating util to handle processes runtime
|
||||||
|
|
||||||
|
|
@ -16,15 +16,14 @@ in-container integrating util to handle processes runtime
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
2. Enter project's dir and set up toolchain list to compile code for RISC-V and AMD64
|
2. Enter project's dir and set up toolchain list to compile code for RISC-V and AMD64
|
||||||
> [!NOTE]
|
|
||||||
> Cargo is configured to build an app for amd64/linux defaultly. RISC-based compilation is optional.
|
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
cd runner-rs/
|
cd runner-rs/
|
||||||
rustup target add riscv64gc-unknown-linux-gnu
|
rustup target add riscv64gc-unknown-linux-gnu
|
||||||
rustup target add x86_64-unknown-linux-gnu
|
rustup target add x86_64-unknown-linux-gnu
|
||||||
~~~
|
~~~
|
||||||
|
> [!NOTE]
|
||||||
|
> Cargo is configured to build an app for amd64/linux defaultly. RISC-based compilation is optional.
|
||||||
|
|
||||||
3.1. Release build of app for amd64/linux
|
3.1. Release build of app for amd64/linux
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue