mirror of
https://gitlab.cern.ch/wotsubo/psboard-qaqc-postprocess.git
synced 2025-07-16 08:29:26 +09:00
update: docs, add ja doc
This commit is contained in:
parent
059283fab3
commit
c996e5bd28
2 changed files with 27 additions and 0 deletions
|
@ -2,7 +2,11 @@
|
|||
|
||||
WIP
|
||||
|
||||
For Japanese: [./docs/README-ja.md](README-ja.md)
|
||||
|
||||
## For developers
|
||||
Use `rustup` to set up developing tools.
|
||||
|
||||
### build / run
|
||||
```sh
|
||||
cargo build
|
||||
|
@ -13,6 +17,7 @@ Build for JATHub using cross:
|
|||
```sh
|
||||
CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf
|
||||
```
|
||||
`CROSS_CONTAINER_ENGINE=podman` is optional(default docker).
|
||||
|
||||
### test
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue