ncdu 2.0-beta3

This commit is contained in:
Yorhel 2021-11-09 09:14:25 +01:00
parent 38b35f30b4
commit 2893dc72b9
27 changed files with 138 additions and 29 deletions

View file

@ -8,28 +8,28 @@ POSIX-like environment with ncurses installed.
## Download
C version (stable)
: 1.16 ([ncdu-1.16.tar.gz](/download/ncdu-1.16.tar.gz) - [changes](/ncdu/changes))
I also have convenient static binaries for Linux
[i486](/download/ncdu-linux-i486-1.16.tar.gz),
[x86_64](/download/ncdu-linux-x86_64-1.16.tar.gz),
[ARM](/download/ncdu-linux-arm-1.16.tar.gz) and
[AArch64](/download/ncdu-linux-aarch64-1.16.tar.gz).
Download, extract and run; no compilation or installation necessary (uses
[musl](http://www.musl-libc.org/)).
Zig version (beta)
: 2.0-beta2 ([ncdu-2.0-beta2.tar.gz](/download/ncdu-2.0-beta2.tar.gz) - [changes](/ncdu/changes) - requires Zig 0.8)
: 2.0-beta3 ([ncdu-2.0-beta3.tar.gz](/download/ncdu-2.0-beta3.tar.gz) - [changes](/ncdu/changes) - requires Zig 0.8 or 0.8.1)
See the [release announcement](/doc/ncdu2) for information about the
differences with the C version.
Static binaries for Linux:
[i486](/download/ncdu-2.0-beta2-linux-i386.tar.gz),
[x86_64](/download/ncdu-2.0-beta2-linux-x86_64.tar.gz),
[ARM](/download/ncdu-2.0-beta2-linux-arm.tar.gz) and
[AArch64](/download/ncdu-2.0-beta2-linux-aarch64.tar.gz).
This version is only really "beta" because [Zig](https://ziglang.org/) is
still unstable, ncdu 2 is otherwise perfectly usable and comes with several
significant improvements over the C version.
Convenient static binaries for Linux:
[i486](/download/ncdu-2.0-beta3-linux-i386.tar.gz),
[x86_64](/download/ncdu-2.0-beta3-linux-x86_64.tar.gz),
[ARM](/download/ncdu-2.0-beta3-linux-arm.tar.gz) and
[AArch64](/download/ncdu-2.0-beta3-linux-aarch64.tar.gz).
Download, extract and run; no compilation or installation necessary.
C version (stable)
: 1.16 ([ncdu-1.16.tar.gz](/download/ncdu-1.16.tar.gz) - [changes](/ncdu/changes))
Lags a bit behind on the 2.x version in terms of features and performance,
but is still being maintained and perfectly usable.
Development version
: The most recent code is available on a git repository and can be cloned