Parcourir la source

Update README.md

the enable-debug switch needs an argument
uleon il y a 11 ans
Parent
commit
f2566442c4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 ```