6-03 969 views
protobuf
install tools
pacman -S autoconf automake libtool curl make g++ unzip
gen configure
./autogen.sh
config
./configure --host=i686-w64-mingw32 --prefix="$HOME/prefix" --enable-static --disable-shared
make
make && make install