-
Notifications
You must be signed in to change notification settings - Fork 695
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
Use as a dependency of another node project? #110
Comments
Me too, lets work on getting it there ;-) |
What needs to happen to make the install script not needed? |
The install script isn't the issue. We just need to improve it to work as
|
I don't know enough about either project to know what that means, but happy to try to help if it can be narrowed down to specific tasks. On Oct 30, 2013, at 8:47 AM, Tim Branyen notifications@github.com wrote:
|
I don't really follow this thread. I've used this project as a dependency. Does it not work as a transitive dependency? Have you verified this and can paste error messages? |
@nkallen This project does not easily work on Windows or any machine that doesn't have CMake natively installed. That makes it different from every other easily consumable NPM module. There are a handful of well done native modules that either offer a pure JS alternative and only use native code if it can be compiled and executed as a speed boost (see Socket.io or node-mongo-native) or fetch binaries. I've started working on this, but I'm not 100% sure how to easily generate a binary for every compatible system. An example of a project that does this is the node phantomjs module. |
For my own purposes, the answer to my original question is that it can be used as a dependency. I misread the build instructions in the readme as the way to install the lib. Sorry. |
Okay I still would like to encourage forward movement on the project by making the library suitable for general use. |
With the install script, I'm assuming this can't be easily used as an NPM dependency of another project, is that right? I'm hoping to find a node-git lib that can.
The text was updated successfully, but these errors were encountered: