Sfoglia il codice sorgente

Merge branch 'master' of https://github.com/Stasik0/Open62541

Stasik0 11 anni fa
parent
commit
2b6523319c
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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
+```