Wiki home
Editing page "
protobuf
"
Base on previous version:
0
-
2752
-
5695
-
5699
-
5702
-
5846
-
6106
-
6240
-
6327
-
6444
-
6592
-
6809
-
7250
-
7360
# Note: depends on [pkg]autoconf[/pkg] # Note: depends on [pkg]automake[/pkg] # Note: depends on [pkg]libtool[/pkg] # Note: optionally depends on [pkg]python-six[/pkg] for the Python module wget -c [link]https://github.com/google/protobuf/archive/v3.5.1/protobuf-3.5.1.tar.gz[/link] tar -xzf protobuf-3.5.1.tar.gz cd protobuf-3.5.1 autoreconf -f -i -Wall,no-obsolete mkdir -p builddir cd builddir ../configure --prefix="/usr" make # Doesn't mind -j# make install if python3 -c 'import six' 2> /dev/null; then cd ../python python3 setup.py build python3 setup.py install # as root fi
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page