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

As a user not familiar with Ruby, gems, rake, etc. the development instructions are missing installation step #861

Open
pdinc-oss opened this issue Nov 5, 2020 · 2 comments

Comments

@pdinc-oss
Copy link

I was able to patch an issue present in 4a0b24c for the submodule vendor/libgit2 regarding htonll .

I read https://github.com/libgit2/rugged/blob/master/README.md#development , but I am unable to figure out how to installed the patched version on my system.

$ gem list | grep rugged

has no results.

What is the step after rake test?

@pdinc-oss
Copy link
Author

OK I think I figured out a solution, not sure if it is the "right" way.

$ rake gem
$ gem install ./pkg/rugged-1.1.0.gem

if right, will do a pull request for README.md

@oleander
Copy link

oleander commented May 10, 2021

Normally you should be able to run "bundle exec rake install:local". That will build the package for you and install it on your machine.

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

2 participants