mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
README: revisit README to fix typos and so on
This patch fixes typos and enhance description. Suggested-by: Rob Maris <rob@maris-ee.eu> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
f407393385
commit
bb91228318
7
README
7
README
@ -7,7 +7,7 @@ with this utilility. Otherwise, you cannot mount f2fs.
|
||||
Before compilation
|
||||
------------------
|
||||
|
||||
Your should install the following packages.
|
||||
You should install the following packages.
|
||||
- libuuid-devel or uuid-dev
|
||||
- pkg-config
|
||||
- autoconf
|
||||
@ -19,13 +19,14 @@ Initial compilation
|
||||
|
||||
Before compilation initially, autoconf/automake tools should be run.
|
||||
|
||||
# autoreconf --install
|
||||
# ./autogen.sh
|
||||
|
||||
How to compile
|
||||
--------------
|
||||
|
||||
# ./configure
|
||||
# make
|
||||
# make install
|
||||
|
||||
How to cross-compile (e.g., for ARM)
|
||||
------------------------------------
|
||||
@ -44,6 +45,6 @@ How to cross-compile (e.g., for ARM)
|
||||
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