You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the issue #43 was aimed at creating both deb and rpm packages. However, the issue and its objectives were narrowed to the deb only: APK Icon Editor depends on aapt and zipalign tools which (AFAIK) are not present in any of the RPM-based distribution repos. Creating my own separate repository is an option, however it's a serious and time-consuming task (taking into account my meager knowledge of the Linux itself).
That is why creating the rpm package is not a primary task.
Manual Compilation
However the manual compilation process is pretty standard for Linux software:
Download and unpack the APK Icon Editor source code.
Open the terminal in the source root directory.
qmake
make
That's it, the binaries are compiled to bin/linux/ under the APK Icon Editor source root directory.
Dependencies
Of course, most likely you will need to satisfy the dependencies before the compilation: yum install qt5-qtbase-devel zlib-devel gcc-c++ glibc.i686 zlib.i686 libstdc++.i686
An executable for Fedora would be great. Otherwise, some script to auto compile for Fedora would do as well :)
The text was updated successfully, but these errors were encountered: