Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add windows support #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Add windows support #3

wants to merge 1 commit into from

Commits on May 8, 2013

  1. Add windows support

    Windows expects executables to have a .exe file extension, and the lack of
    it causes various problems trying to run the plugin.
    
    This commit fixes the filename for protoc on Windows.  It doesn't fix the
    other main problem with running the plugin on Windows, which is that
    building protobuf requires you to be in a MinGW environment and gets a bit
    involved.  The expectation is that on Windows you'll have to build
    protobuf yourself, but once you've done that the plugin should work as
    normal.
    dpwright committed May 8, 2013
    Configuration menu
    Copy the full SHA
    7cec79c View commit details
    Browse the repository at this point in the history