gengetopt
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** gengetopt [#pcc21b01]
- Command line option parsing for C
*** INSTALL [#iccfea25]
**** GNU makeinfo コマンドが必要 [#e4ec529e]
wget https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz
xzcat texinfo-6.7.tar.xz |tar xfv -
cd texinfo-6.7
./configure
make
make install
**** 本体 [#wa337e4c]
wget ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz
xzcat gengetopt-2.23.tar.xz | tar xfv -
cd gengetopt-2.23
./configure
make
make install
終了行:
** gengetopt [#pcc21b01]
- Command line option parsing for C
*** INSTALL [#iccfea25]
**** GNU makeinfo コマンドが必要 [#e4ec529e]
wget https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.xz
xzcat texinfo-6.7.tar.xz |tar xfv -
cd texinfo-6.7
./configure
make
make install
**** 本体 [#wa337e4c]
wget ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz
xzcat gengetopt-2.23.tar.xz | tar xfv -
cd gengetopt-2.23
./configure
make
make install
ページ名: