Skip to content

Commit 63e8a4b

Browse files
committed
doc: fixed section file
1 parent 05c981a commit 63e8a4b

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# Compilation for GNU/Linux
1+
# Compile scaphandre from source (GNU/Linux)
2+
3+
We recommand using this version of the rust toolchain or later:
4+
5+
cargo --version
6+
cargo 1.48.0 (65cbdd2dc 2020-10-14)
7+
rustc --version
8+
rustc 1.48.0 (7eac88abb 2020-11-16)
9+
10+
To be sure to be up to date, you may install rust from the [official website](https://www.rust-lang.org/) instead of your package manager.
11+
12+
To hack *scaph*, or simply be up to date with latest developments, you can download scaphandre from the main branch:
13+
14+
git clone https://github.com/hubblo-org/scaphandre.git
15+
cd scaphandre
16+
cargo build # binary path is target/debug/scaphandre
17+
18+
To use the latest code for a true use case, build for release instead of debug:
19+
20+
cargo build --release
21+
22+
Binary path is `target/release/scaphandre`.

docs_src/tutorials/compilation-linux.nmd

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)