ソースを参照

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
 ```