Browse Source

Update README.md

Sten 11 years ago
parent
commit
dfc35eb9a9
1 changed files with 4 additions and 1 deletions
  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
+```