-
Notifications
You must be signed in to change notification settings - Fork 28
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
RPM Packaging #19
Comments
I don't know much about RPM packaging, so I'm not sure if I will be of much help. I personally just use fpm for packaging when I need to make packages for Debian or Fedora. Packaging this should be the same as packaging any other node project. There is probably some good documentation out there for that. The recommended way to install for packaging is with Try
Hope that gives you something to go on. Thanks for your interest in packaing the project. Let me know if you have any more specific questions and I will support you the best I can. |
A symlink! Thanks, there is many dependencies not available, i need some one to review it but the package is on the go. |
npm packages do not rely on external dependencies. They carry all their dependencies with them. Look at the contents of |
Yes this is true with npm packaging, packages .deb .rpm or similars can not get dependencies out the system repository, so all depencies need to be packaged alongside the app to work. You can see the dependency tree of i3-style in redhat: https://bugzilla.redhat.com/showdependencytree.cgi?id=1274934&hide_resolved=1 There are 4 missing depencies. |
Do you need any more help or should I close? |
not working for me, I don't have the symlink in my path, and If I create it, it says "/usr/bin/env: ‘node’: No such file or directory" when I execute it. this is what it said after installing it. |
For anyone curious about the fix: digitalmediums commented on Sep 27, 2012 |
Hi
I am working in package i3-style in Fedora, but I am not placing anything under /usr/bin , so there is not command line tool in the $Patch of the user.
https://bugzilla.redhat.com/show_bug.cgi?id=1274934
I am missing some step in the build of this app?
The text was updated successfully, but these errors were encountered: