mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
kconfiglib/mark: It should use pip instead of apt install
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
f2a88059e7
commit
7c7a64c84c
+1
-1
@@ -87,7 +87,7 @@ find_program(KCONFIGLIB olddefconfig)
|
|||||||
if(NOT KCONFIGLIB)
|
if(NOT KCONFIGLIB)
|
||||||
message(
|
message(
|
||||||
FATAL_ERROR "Kconfig environment depends on kconfiglib, Please install:
|
FATAL_ERROR "Kconfig environment depends on kconfiglib, Please install:
|
||||||
$ sudo apt install python3-kconfiglib")
|
$ sudo pip3 install kconfiglib")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# BOARD CONFIG can be set to directory path, or <board-name>[/:]<config-name>
|
# BOARD CONFIG can be set to directory path, or <board-name>[/:]<config-name>
|
||||||
|
|||||||
Reference in New Issue
Block a user