AppImageKit
AppImageKit copied to clipboard
I want to use Appimagetool-x86_64, how do I run It in Manjaro?
I want to use Appimagetool-x86_64, how do I run It in Manjaro? (appimage-builder has nothing to do with this.)
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage <...>
Please note that appimagetool
is a rather low-level tool, usually used by higher-level tools to produce AppImages from already-prepared AppDirs.
Just looked at other options - but there I do not understand what to do (from the word "completely"). I've been trying to make Appimage for a month, but I can't do anything... Very scattered information, there is no clear sequence of actions.
You need to bundle CineEncoder, Python, ffmpeg, mediainfo, mkvtoolnix and their dependencies in an AppDir. Once you have that AppDir you can convert it into an AppImage.
For Python-based applications, there are different options: https://github.com/AppImage/awesome-appimage#deployment-tools-for-python-applications
These tools are made by different people, so depending which tool you have questions on please ask in the respective projects.
Thanks!
You should probably have a look at https://docs.appimage.org/, too. It provides an introduction as well as some guides on how to create AppImages from source.
Also, please feel free to join our IRC channel, where we can guide you better.