mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 19:54:55 +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
@@ -87,7 +87,7 @@ find_program(KCONFIGLIB olddefconfig)
|
||||
if(NOT KCONFIGLIB)
|
||||
message(
|
||||
FATAL_ERROR "Kconfig environment depends on kconfiglib, Please install:
|
||||
$ sudo apt install python3-kconfiglib")
|
||||
$ sudo pip3 install kconfiglib")
|
||||
endif()
|
||||
|
||||
# BOARD CONFIG can be set to directory path, or <board-name>[/:]<config-name>
|
||||
|
||||
Reference in New Issue
Block a user