|
@@ -50,16 +50,11 @@ $ make install
|
|
$ git clone git://github.com/acplt/open62541.git
|
|
$ git clone git://github.com/acplt/open62541.git
|
|
```
|
|
```
|
|
|
|
|
|
-# Building (autoreconf only first time)
|
|
|
|
|
|
+# Building (autogen.sh only first time)
|
|
```bash
|
|
```bash
|
|
$ cd open62541
|
|
$ cd open62541
|
|
-$ autoreconf --force --install
|
|
|
|
|
|
+$ ./autogen.sh
|
|
$ ./configure
|
|
$ ./configure
|
|
$ make
|
|
$ make
|
|
$ make check
|
|
$ make check
|
|
```
|
|
```
|
|
-
|
|
|
|
-### Rebuilding configure tools (only if configure.am is changed)
|
|
|
|
-```bash
|
|
|
|
-$ ./autogen.sh
|
|
|
|
-```
|
|
|