Explorar el Código

Update README.md

the enable-debug switch needs an argument
uleon hace 11 años
padre
commit
f2566442c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -61,7 +61,7 @@ $ git clone https://github.com/acplt/open62541.git
 ```bash
 $ cd open62541
 $ ./autogen.sh
-$ ./configure --enable-debug
+$ ./configure --enable-debug=yes
 $ make
 $ make check
 ```