-
Notifications
You must be signed in to change notification settings - Fork 41
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
Begin documentation with a simple copy&paste example #9
Comments
The new documentation is very structured, and guides one to simple guides. There is no need for random copy-paste stuff, which leads to people not understanding, producing broken results. The problem the author of that issue had is that you linked him to >1 page containing information, with too many copy-paste example things, without any real structure. Compared to the packaging guide I am writing at the moment, that's a pure mess. |
He write:
For being practical, let's say 1 page A4 is the maximum he is willing to read. So would I (in his position). More than that and it's perceived "too complicated". Especially having to read a whole "packaging guide" just to do anything is perceived as "way too complicated". |
You don't have to read a "whole packaging guide", that's my point. If you look at https://docs.appimage.org, you'll quickly find "Packaging guide" with its "Overview". Inside the "overview", you can find the options for packaging. If you decide to go for "packaging from source", you quickly jump to the "native binaries" dialog, which guides you through packaging very quickly. That's far from complex. And a lot more straightforward than having 20k copy-paste examples, where you must find one that suits you which you don't understand but copy paste and then waste hours of changing until it works, without understanding a single line of it. And if someone is not willing to understand technologies they're using, they should rethink why they're developing software. |
I disagree. Many people are developing software who have not the slightest clue on how the Kernel works. I would say the majority of application developers actually. |
Applying this issue to the docs is just not fair. Reading the issue from the beginning, the problem is that there were tons of different documents in tons of locations. I bet you that they'd like docs.appimage.org. But why are we even talking about the author, instead of inviting them to the discussion? |
Indeed. @ok2cqr we'd appreciate to hear your thoughts on this. |
I'm full time developer who works on commercial project. I wanted to have AppImage for my personal project I develop in my spare time. Yes, the truth is, I'm not so keen in Kernel or other low level things. The application is developed in FreePascal/Lazarus, uses MySQL database and other tools, the screenshot is here: https://cqrlog.com/images/users/ok2cqr.png I'd like to have simple step by step how to create the first app image. My application has a lot of dependencies (mysql, libhamlib, xplanet), but the fist step would be just simple AppImage build, dependencies will be added later. The documentation on GitHub seems to be chaotic for me. A lot of information about details but no step by step manual for AppImage build by hand. I will study it in more details but I'd like to have working AppImage, first. Thanks for link to the https://docs.appimage.org/packaging-guide/manual.html. I didn't know it exists. I looked to github and didn't find anything so clear like the link above. |
@ok2cqr in fact we don't require anybody to learn how AppImage works in detail. I think you could also try to use linuxdeploy to bundle your dependencies, which will copy in all shared library dependencies. Please beware our docs are still largely copy-pasted from our wiki. Feedback welcome, improvements even more. Please feel free to visit us on IRC, where we can help you interactively. |
I am helping @ok2cqr on making an AppImage for his tool, but I think this projects can learn from the struggles of a new user with our current documentation, which @TheAssassin is currently working on. |
I'm going to have to firmly, resoundingly concur that the documentation should be doing this. I've tried to learn how to make an AppImage several times over the last couple of years and the documentation is completely inaccessible. It feels like I'm banging my head against a brick wall. I see the documentation talking over and over again about the benefits of AppImage and how there's a million different ways to build an AppImage… I can't work with that. Maybe it's ADHD, I don't know, but either way I can't work with this and every time I try all I get for my efforts is losing all of my spoons. I need a simple starting point with how to make a basic AppImage, a Hello World example. 🕵️ |
One is in C, most are in Python. 🕵️ |
For C, assuming you are using
For Python please see https://github.com/niess/python-appimage#for-applications-developers. |
I'm not using cmake for anything, no. In any case I'm not going to make a new release of the C game for some time so I don't really want to spend spoons on that right now. As for python-appimage, I don't see any documentation for it either within or linked by the repo, just installation instructions. 🕵️ |
ok2cqr/cqrlog#110 (comment)
We should have a simple copy&paste example as the first thing in the manual. All the details can follow thereafter for those who are really interested.
I feel with the author. He does not care about how AppImage works internally, he just wants to get an AppImage made as fast as possible without having to learn a lot about AppImage.
The text was updated successfully, but these errors were encountered: