Files
AeroPkg/assets/var/gnu/f2fs-tools.md

11 lines
193 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
f2fs-tools
=
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
``` sh *** build ***
./autogen.sh
./configure --prefix=/pkg/gnu/f2fs-tools
make -j$(nproc)
make install
```