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