소스 검색

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
+```