Line 59:
Line 59:
If you would like to build from source, you can use the following commands to obtain the source code repositories, configure, and build the code. On a Debian based system, you may have to do <code>autoconf curl g++ libtool</code> first.
If you would like to build from source, you can use the following commands to obtain the source code repositories, configure, and build the code. On a Debian based system, you may have to do <code>autoconf curl g++ libtool</code> first.
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
To build protobuf
To build protobuf
−
+
<div class="mw-collapsible-content">
cd deps
cd deps
git clone https://github.com/google/protobuf.git protobuf
git clone https://github.com/google/protobuf.git protobuf
Line 69:
Line 70:
make install
make install
cd ../..
cd ../..
+
</div>
+
</div>
+
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
To build protobuf-c
To build protobuf-c
−
+
<div class="mw-collapsible-content">
cd deps
cd deps
git clone https://github.com/protobuf-c/protobuf-c.git protobuf-c
git clone https://github.com/protobuf-c/protobuf-c.git protobuf-c
Line 83:
Line 87:
make install
make install
cd ../..
cd ../..
+
</div>
+
</div>
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">
<div class="toccolours mw-collapsible mw-collapsed" style="width:800px">