Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build-protoc.sh « proto - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40c67e5fc4091a2af17dbcfae33dee09a901fae7 (plain)
1
2
3
4
#!/bin/bash
cd ../3rdparty/protobuf/
./configure
make -j5