Signed-off-by: Cherniaev Andrei <dungeonlords...@naver.com> --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README b/README index c9b0c1f..9e02c4b 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ Before compilation You should install the following packages. - libuuid-devel or uuid-dev + - make - autoconf - libtool - libselinux1-dev @@ -24,7 +25,7 @@ How to compile -------------- # ./configure - # make + # make -j$(( $(nproc) + 1)) # make install How to cross-compile (e.g., for ARM) @@ -39,7 +40,7 @@ How to cross-compile (e.g., for ARM) 3. then, do: # LDFLAGS=--static ./configure \ --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi - # make + # make -j$(( $(nproc) + 1)) How to run by default --------------------- -- 2.48.1 _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel