浏览代码

Update README.md

the enable-debug switch needs an argument
uleon 11 年之前
父节点
当前提交
f2566442c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 ```