mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-08 06:28:25 +01:00
update doc
This commit is contained in:
parent
85a16f9976
commit
6f2a2b799e
8
BUILD.md
8
BUILD.md
@ -29,7 +29,11 @@ Work in progress
|
||||
git wget curl
|
||||
```
|
||||
|
||||
Rust
|
||||
### Rust
|
||||
|
||||
```sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
```
|
||||
rustup default stable
|
||||
|
||||
Install cross toolchain
|
||||
@ -52,7 +56,7 @@ libssl libsqlite3 zlib1g libreadline libvncclient1 libjpeg-turbo8
|
||||
## Build
|
||||
```
|
||||
git submodule update --init
|
||||
make
|
||||
CARGO_HOME=~/.cargo make
|
||||
|
||||
# build docker (WIP)
|
||||
make docker
|
||||
|
Loading…
Reference in New Issue
Block a user