タグ
Background It is a pain to create binary packages. But installing a program from source tarball is a tedious task. You need to run ./configure & make && make install. Sometimes you need to resolve the dependencies by hand as well. That's ... 続きを読む
別にそんなに大規模開発では無いのですが,なんとなくカッコ良いかなー と思って,autoconf/automake に手を出してみました.若気の至りというヤツです. autotools を使うと何がうれしいのか ? (1) ./configure ; make ; make install というパッケージの定型... 続きを読む

