Need copy&paste-able instructions on how to compile #1047
Comments
|
Hi @sk8nfool. @TheAssassin do you know what happened to |
|
The script was not only constantly out of date, but also very invasive and was likely to break people's setup. It's better not to have such scripts "hiding"/automating the installation. With We don't have a complete "setup script", as we have a mess of dependencies pulled in from various sources. However, our CMake scripts check for every single dependency and notice the user when something is missing, allowing them to |
|
We are working on unweaving all the components by the way, and then sort the dependency mess out by implementing smaller, component wise build systems which are more robust, too. Divide and conquer, basically. Then we can also manage our dependencies much more easily and also provide a complete list and ideally also license information etc. making it easier for third parties to use AppImageKit, the runtime, ... |
|
Ah. So the script is supposed to be gone. That still means the instructions need to be fixed. |
|
@TheAssassin could you please give instructions? At this point I have to admit I wouldn't know how to build it locally without running from error to error. |
|
@sk8nfool yup, I'll be fixing that asap. @probonopd as said it's messy and complex and there can't be instructions for every distribution. A starting point can be our Docker files in AppImageBuild, which is our official collection of dependencies. You can even just use our Docker containers, they are built and stored on a container registry. The build script we use to make the AppImages is shipped in the |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

The instructions for building AppImageKit at the end of the README.md file don't match reality. The instructions say to
Unfortunately there is no install-build-deps.sh file to execute.
The text was updated successfully, but these errors were encountered: