#author("2025-04-15T02:55:23+00:00","default:iseki","iseki") ** 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