-
Notifications
You must be signed in to change notification settings - Fork 10
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
Do you want me to provide multiplatform binaries and/or an InnoSetup install binary? #20
Comments
My main intention is not to distribute binaries to the end user, my main interest is in contribution to the Lazarus community and to write some programs for my own needs. But on the other hand, having a full-blown application in the repo certainly would be interesting, at least as a template if once I'd need it. So please, go ahead, I invited you to particate in this repository. (I hope that "invitation" includes write access - oh boy, these guthub people are able to write the most confusing web sites. Recently I wanted to delete a repo from gibhub, it took me half an hour to find how to do this). |
Hey Werner (@wp-xyz)
Yes, thank you, because that's what I was thinking when I began to talk to you: You wanna learn as bad as I did, like, a year ago. AND... this will actually be a first for me in terms of collaboration. I've been solo for so much that I've gotten cosy in my methods. With a co-conspirator that means I have to perform LOADS of In terms of the application template, I can give you my interpretation of it and we can discuss if you like it and what you wanna change. For this, I would advise you to start the discussions. It's a new thing, kinda like a forum and you turn it on:
This way we don't pollute the issues with this type of conversation. Issues should only be used for Bug Reports and Feature Requests. I'll assemble a template for both of those for your approval.
The invite was good and I now have
Yeah, putting that option at the end of such a long list of things under Settings->Options isn't really good design :-\ Well, don't hesitate to ask. Anything, I mean it, anything. Please do!!! The last thing I wanna say is: THANK YOU SOOOO MUCH for trusting me. Trust is something hard to share with a stranger and I do REALLY appreciate your gesture!! Cheers, PS: I'll wait for you to get Discussions going so we can plan next moves. |
Discussions set up. But let me ask a question here still: Whenever I go to the corona repository today I see that there is a pullrequest #19 to be merged. But I already did that yesterday. How to get rid of this message? |
Thanks for the discussions!! Now, when you say message, can you be a bit more specific? Edit |
That seems to be the last commit you made to branch master. You then started committing to your new branch. At least from the From my experience, that whole section is about information of the last commit to the branch you're currently viewing.
|
I'm closing this one. I think we agreed to it, just need to iron out my cross-compiling issues. Will start with version 1.0.0 with only the compressed binaries and will evolve to install packages once we get a consistent binary output. |
Hey Werner (@wp-xyz),
I'm sure that your lack of GIT grasp includes creating tags. That's alright, no problems!
But it would be nice for people to have a pre-compiled binary they could download and run, instead of being savvy enough to download the source and compile it. That would reside on the Release area of GitHub.
On my rig I'm able to compile(Linux-x86_64, Linux-arm[RasPi 3]) and cross-compile(Linux-i386, Win64-x86_64, Win32-i386), and I have enough competence to create an Inno-Setup(GitHub) that can decide to install either a Windows 32b or a Windows 64b version depending on the users platform.
I'm still trying to automate the creation of
*.deb
packages with this and I'm not sure I would be inclined to do an*.rpm
.And finally, also provide a simple
*.tar.gz
and*.zip
distribution for those that don't want to commit to a full install.You can see an example of what I'm suggesting on my lazJSONViewer Releases under the assets. All my suggestions are there, apart from the
*.deb
, which I'm still trying to get my head around.If you agree to this, let me warn you, I may need write access to the repo. I would never mess with the code, because to be quite honest I'm oblivious of the data math/maths you're performing. I would only mess about with a script for Inno-Setup and maybe one to automatically produce the
*.zip/*.tar.gz
files.If you don't want me to have write access to your repo, you could provide a back channel for me to supply the binaries and I can try to help you do the versioning and the tagging. This could also work.
I do not intend to put any pressure on you. If you're not comfortable with any of my suggestions, just brush me off with any excuse, since it's your baby and I don't want to mess with that!!!
Cheers,
Gus
The text was updated successfully, but these errors were encountered: