You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86-64 Linux | Intel/AMD, needs a recent enough linux | [x86_64-linux](https://dystroy.org/dysk/download/x86_64-linux/dysk)
35
+
x86-64 Linux old glibc | Intel/AMD, compatible with older glibc | [x86_64-unknown-linux-gnu](https://dystroy.org/dysk/download/x86_64-unknown-linux-gnu/dysk)
36
+
x86-64 Linux musl | Intel/AMD, very compatible | [x86_64-unknown-linux-musl](https://dystroy.org/dysk/download/x86_64-unknown-linux-musl/dysk)
37
+
ARM32 Linux | | [armv7-unknown-linux-gnueabihf](https://dystroy.org/dysk/download/armv7-unknown-linux-gnueabihf/dysk)
38
+
ARM32 Linux musl | | [armv7-unknown-linux-musleabi](https://dystroy.org/dysk/download/armv7-unknown-linux-musleabi/dysk)
39
+
ARM64 Linux | | [aarch64-unknown-linux-gnu](https://dystroy.org/dysk/download/aarch64-unknown-linux-gnu/dysk)
40
+
ARM64 Linux musl | | [aarch64-unknown-linux-musl](https://dystroy.org/dysk/download/aarch64-unknown-linux-musl/dysk)
You may download previous releases on [GitHub releases](https://github.com/Canop/dysk/releases).
37
45
@@ -43,7 +51,10 @@ You'll need to have the [Rust development environment](https://www.rustup.rs) in
43
51
44
52
Once it's installed, use cargo to install dysk:
45
53
46
-
cargo install dysk
54
+
cargo install --locked dysk
55
+
56
+
!!! Note
57
+
If there's a compilation error, it most often means either that you're missing some compilation dependency (on ubuntu/debian try `sudo apt install build-essential`) or that you have an old version of the compiler, and you should update it (for example with `rustup update`).
47
58
48
59
# From source
49
60
@@ -52,22 +63,12 @@ You'll need to have the [Rust development environment](https://www.rustup.rs) in
52
63
Fetch the [Canop/dysk](https://github.com/Canop/dysk) repository, move to the dysk directory, then run
53
64
54
65
```bash
55
-
cargo install --path .
66
+
cargo install --locked --path .
56
67
```
57
68
58
-
!!! Note
59
-
If there's a compilation error, it most often means either that you're missing some compilation dependency (on ubuntu/debian try `sudo apt install build-essential`) or that you have an old version of the compiler, and you should update it (for example with `rustup update`).
60
-
61
69
# Third party repositories
62
70
63
71
Those packages are maintained by third parties and may be less up to date.
64
72
65
-
## Arch Linux
66
-
67
-
**dysk** can be installed from the [extra repository](https://archlinux.org/packages/extra/x86_64/dysk/):
0 commit comments