MacOSでkconfigを使う

提供: MonoBook
2019年12月10日 (火) 07:51時点における114.162.102.140 (トーク)による版 (ページの作成:「== brew == <source lang="bash"> brew tap PX4/homebrew-px4 brew update brew install kconfig-frontends </source> == source == <source lang="bash"> mkdir -p nuttx cd nuttx…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

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