11 lines
193 B
Markdown
11 lines
193 B
Markdown
|
|
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
|
||
|
|
```
|