On Wed, Jun 1, 2016 at 5:56 AM, Doug Lewis <[email protected]> wrote:
> I'm trying to build protocol buffers Version 3 on my Windows laptop using > gcc, gcc version 4.5.4. > > I'm reviewing the README.md file in the top directory and it refers me to > a README.md file in the src directory, well that file does not exist. > It's referring to: https://github.com/google/protobuf/blob/master/src/README.md > > Can I use cmake to build protocol buffers for use with gcc? > Yes. You can use cmake to generate MinGW Makefiles and build protobuf with mingw-gcc. > > I'm an old Unix guy who is struggling with Visual Studio and feel more > comfortable using gcc. > > Thanks, > Doug > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
