Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.6 KB

MilkyTracker - Cross-Platform XM Tracker

Notes on cross compiling MilkyTracker for Amiga platforms (AmigaOS 3.x, AmigaOS 4.x, WarpOS, MorphOS and AROS)

Modify CMakeAmigaToolchain.txt to point to the appropriate toolchain then run: cmake -DCMAKE_TOOLCHAIN_FILE=./CMakeAmigaToolchain.txt . && make

Building

To compile for different platforms, use make config=release_platform. Currently available platforms:

  • m68k-amigaos
  • ppc-amigaos
  • ppc-morphos
  • i386-aros

The default is to compile m68k-amigaos.

Dependencies

To build MilkyTracker you will need the appropriate toolchain to build.

========================================

Travis Build Status AppVeyor Build Status

MilkyTracker is an multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility.

Refer to http://milkytracker.titandemo.org/?about for further details.

Please read the file INSTALL.md for installation instructions.

The docs/readme_unix file contains notes specific to the SDL port of MilkyTracker.