New article + minor reorg

This commit is contained in:
Yorhel 2023-01-08 16:10:25 +01:00
parent 0cd250e886
commit 584651deeb
16 changed files with 928 additions and 28 deletions

View file

@ -8,6 +8,14 @@ POSIX-like environment with ncurses installed.
## Download
Static binaries
: Convenient static binaries for Linux. Download, extract and run; no
compilation or installation necessary:
[i486](/download/ncdu-2.2.1-linux-i386.tar.gz) -
[x86_64](/download/ncdu-2.2.1-linux-x86_64.tar.gz) -
[ARM](/download/ncdu-2.2.1-linux-arm.tar.gz) -
[AArch64](/download/ncdu-2.2.1-linux-aarch64.tar.gz).
Zig version (stable)
: 2.2.1 ([ncdu-2.2.1.tar.gz](/download/ncdu-2.2.1.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
@ -23,13 +31,6 @@ Zig version (stable)
Zig](https://github.com/ziglang/zig/pull/11295) to fix a [possible
crash](https://code.blicky.net/yorhel/ncdu/issues/192).
Convenient static binaries for Linux:
[i486](/download/ncdu-2.2.1-linux-i386.tar.gz),
[x86_64](/download/ncdu-2.2.1-linux-x86_64.tar.gz),
[ARM](/download/ncdu-2.2.1-linux-arm.tar.gz) and
[AArch64](/download/ncdu-2.2.1-linux-aarch64.tar.gz).
Download, extract and run; no compilation or installation necessary.
For users on Zig 0.10.0: see [#213](https://code.blicky.net/yorhel/ncdu/issues/213).
C version (LTS)