ソースを参照

Update README.md

Sten 11 年 前
コミット
dfc35eb9a9
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -36,9 +36,12 @@ $ make install
 # Building
 ```bash
 $ cd OPCUAServer
-$ ./autogen.sh
 $ ./configure
 $ make
 $ make check
 ```
 
+### Rebuilding configure tools (only if configure.am is changed)
+```bash
+$ ./autogen.sh
+```