mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 10:10:00 +00:00
!15 Rename file README to README.md
Merge pull request !15 from xlfeng/master
This commit is contained in:
commit
f89bd9765c
@ -19,14 +19,14 @@ Initial compilation
|
||||
|
||||
Before compilation initially, autoconf/automake tools should be run.
|
||||
|
||||
# ./autogen.sh
|
||||
./autogen.sh
|
||||
|
||||
How to compile
|
||||
--------------
|
||||
|
||||
# ./configure
|
||||
# make
|
||||
# make install
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
How to cross-compile (e.g., for ARM)
|
||||
------------------------------------
|
||||
@ -38,13 +38,13 @@ How to cross-compile (e.g., for ARM)
|
||||
fsck_f2fs_LDFLAGS = -all-static
|
||||
|
||||
3. then, do:
|
||||
# LDFLAGS=--static ./configure \
|
||||
LDFLAGS=--static ./configure \
|
||||
--host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi
|
||||
# make
|
||||
make
|
||||
|
||||
How to run by default
|
||||
---------------------
|
||||
|
||||
$ mkfs.f2fs -l [LABEL] $DEV
|
||||
mkfs.f2fs -l [LABEL] $DEV
|
||||
|
||||
For more mkfs options, see man page.
|
Loading…
Reference in New Issue
Block a user