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

Installation instructions for windows #8

Open
cedarmora opened this issue Sep 5, 2018 · 0 comments
Open

Installation instructions for windows #8

cedarmora opened this issue Sep 5, 2018 · 0 comments

Comments

@cedarmora
Copy link

cedarmora commented Sep 5, 2018

Hi, I had some trouble installing this on windows, as the executable for ripper-tags assumes a bash environment, rather than Windows cmd. Some instructions/guidelines would be helpful.

I got it to work by installing ruby with rubyinstaller, installing the gem from windows command line: gem install ripper-tags, removing the reference to the #!/usr/local/ruby reference from the top of the ripper tags binary, and defining the User Settings configuration like this, calling ruby directly:

    "ctags": {
        "executePath": "ruby C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ripper-tags-0.6.1/bin/ripper-tags",
        "options": "--tag-file=.tags --recursive --force --exclude=/assets/ --exclude=.bundle --exclude=.git/ --exclude=coverage/ --exclude=.arcanist-extensions/ --exclude=log/ --exclude=tmp/ --exclude=bin/",
        "fileName": ".tags"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant