OSDN Git Service

Merge branch 'master' of github.com:jca02266/lha
[lha/lha.git] / README.jp.md
index 8064d74..6393493 100644 (file)
@@ -22,8 +22,9 @@ MinGW 対応はα版です。ほとんどテストされていません(make che
 する程度)。Cygwin 環境で MinGW 版を試すには
 
 ```
-  sh ./configure CC='gcc -mno-cygwin'
-              --build=i686-pc-mingw32
+  sh ./configure \
+              --build=i686-pc-mingw32 \
+              --host=x86_64-w64-mingw32 \
               --with-tmp-file=no
 ```
 
@@ -54,8 +55,8 @@ configure.ac, Makefile.am をメンテナンスする場合は以下の手順に
   cd lha-114i-acXXXXXXXX
 
   aclocal
-  automake -a
   autoheader
+  automake -a
   autoconf
 
   # aclocal から autoconf 実行までの手順は、最近では、autoreconf -is