Skip to content

Commit 382f3ac

Browse files
AndreiCherniaevJaegeuk Kim
authored andcommitted
README: fix build instruction
Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent 3bd4914 commit 382f3ac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Before compilation
99

1010
You should install the following packages.
1111
- libuuid-devel or uuid-dev
12+
- make
1213
- autoconf
1314
- libtool
1415
- libselinux1-dev
@@ -24,7 +25,7 @@ How to compile
2425
--------------
2526

2627
# ./configure
27-
# make
28+
# make -j$(( $(nproc) + 1))
2829
# make install
2930

3031
How to cross-compile (e.g., for ARM)
@@ -39,7 +40,7 @@ How to cross-compile (e.g., for ARM)
3940
3. then, do:
4041
# LDFLAGS=--static ./configure \
4142
--host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi
42-
# make
43+
# make -j$(( $(nproc) + 1))
4344

4445
How to run by default
4546
---------------------

0 commit comments

Comments
 (0)