MacOSでkconfigを使う

提供: MonoBook
ナビゲーションに移動 検索に移動

brew[編集 | ソースを編集]

brew tap PX4/homebrew-px4
brew update
brew install kconfig-frontends

source[編集 | ソースを編集]

mkdir -p nuttx
cd nuttx
git clone https://bitbucket.org/nuttx/tools.git
cd tools/kconfig-frontends
./configure --disable-shared --enable-static --disable-gconf --disable-qconf --disable-nconf --disable-utils
make
sudo make install