-
Notifications
You must be signed in to change notification settings - Fork 5
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
Binary packages #1
Comments
Thank you for your interest in this project! I'm so pleased to hear you have found it useful. I would definitely be interested in this sort of feature. Please feel free to submit a pull request for this. Hosting this project on github pages would be an excellent idea. I also like the releases feature discussed in the SO question you linked to. I think this would be a good way to go. If you have any questions or want to chat with me about anything, I'm typically on IRC (freenode) most of the day as keelerm. You can also find me on Twitter as keelerm84. Thank you again. |
note 1: But this is help for developers. I think target group are commons users - and they need packages. |
My apologies for the delay. I have created the gh-pages branch as requested. |
Hi,
I really like this app (include things like clear code) and I find it very useful. I was thinking about some binary packages for easier distribution.
I tried to write cpack into cmake yesterday... and its works! For example for Linux RPM everything necessary is to append these lines to
CmakeLists.txt
:Then you run
cpack -G RPM
insteadmake
, see Cpack doc.With DEB package I have some issue yet.
Are you interested in implementing these features? I can prepare
pull request if you are interested. Or we can work on it together. There are questions like where to upload packages (see). Maybe the way is github pages.
The text was updated successfully, but these errors were encountered: