「MacOSでkconfigを使う」の版間の差分

提供: MonoBook
ナビゲーションに移動 検索に移動
(ページの作成:「== 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…」)
 
(相違点なし)

2019年12月10日 (火) 07:51時点における最新版

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