Mod Archive Forums

Music Production => MilkyTracker => Tracking => MilkyTracker Community => Topic started by: sk1re on June 09, 2017, 14:28:43

Title: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: sk1re on June 09, 2017, 14:28:43
Hi!

I've made an AppImage for Milkytracker. AppImages should run on all x64 Linux Platforms. (basically the binary is packed with the dependencies)
You have to make the AppImage executable with the command: "chmod a+x milkytracker-1.0.0-x86_64.AppImage" (on most Distros you can also right click on the AppImage File --> Properties --> Permissions --> Execute set to Anyone)
http://www.appimage.org/

Download:
http://www.mediafire.com/file/gki0dj93v4iezer/milkytracker-1.0.0-x86_64.AppImage ~2,8MB

Tested on Ubuntu, Debian, Fedora and Arch Linux.

hf,
-sk1re
Title: Re: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: data on December 14, 2017, 22:21:26
awesome thank's i was just searching about the new version on debian i i've just seen your post you make my night ;)
Title: Re: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: data on December 14, 2017, 22:29:31
do you have try with the latest version i'm interesting to know how you do it maybe
can i try
Title: Re: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: sk1re on December 15, 2017, 18:59:49
Hi diigitae!

I've updated Milkytracker to 1.0.1 - latest git version from today. :)
http://www.mediafire.com/file/s8w3wk438xdb4gs/milkytracker-1.0.1git-x86_64.AppImage

You might also be interested in this topic for OpenMPT (bundel with WINE):
https://forum.openmpt.org/index.php?topic=5891.0

You have to compile Milkytracker from source and than make an AppImage.
Here is a description for creating AppImages:
https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages
Here are some scripts for making AppImages (functions.sh and excludelist is important) 
https://github.com/AppImage/AppImages

-sk1re
Title: Re: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: data on December 15, 2017, 20:53:12
i fact i need a virtual box where i install different version of linux,that's it?
i'm very newbie to this things ,i have seen your post on open mpt ,same if i don't use
it ,cool ;) (on arch there is an aur for the milkytracker 1.01 and for open mpt).
if i understand well i need the dependencies of the version of the software,no?

ju
Title: Re: MilkyTracker 1.0.0 Linux x64 AppImage
Post by: sk1re on December 19, 2017, 16:32:06
I use virtual machines for compiling my most used programms form source because i always want the newest version.
You don't have to use VM's but there are often problems with the dependencies and installed progamms. (and i don't want to mess up my main installed Distro.)
As for AppImages you need the correct dependencies of the software too.
You can also use the "LD_LIBRARY_PATH" variable to run programms compiled on other Distos with different dependencies.