forked from milkytracker/MilkyTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
An FT2 compatible music tracker
License
gunnbr/MilkyTracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Notes on building MilkyTracker ============================== If you have obtained the MilkyTracker sources from the version control repository, the autotools generated files (INSTALL, configure, etc) will be missing. To obtain these either generate them using 'autoreconf -i' (requires autoconf/automake to be installed) or obtain them from the release package. See INSTALL for a more general explanation of how 'configure' works. The configure scripts try to check for everything needed, and will also auto-detect ALSA and JACK adding support automatically; However, this behaviour can be over-ridden using the following arguments to configure: --with-alsa | --with-jack Force build to use alsa/jack, build will fail if not found. --without-alsa | --without-jack Disable alsa/jack support. Note that the configure scripts plus associated Makefiles are designed to build the SDL version of MilkyTracker only. Build files for other targets (OSX, win32, wince) can be found in the 'platforms' directory. Dependencies ============ To build MilkyTracker you will need the following development libraries: ALSA (optional) JACK (optional) SDL libz Note to package maintainers: MilkyTracker contains an internal copy of libzzip that has been modified for use with MilkyTracker; An externally linked libzzip will not work correctly (ZIP support will be broken).
About
An FT2 compatible music tracker
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 94.2%
- C 4.5%
- Objective-C++ 0.5%
- Objective-C 0.4%
- HTML 0.2%
- Python 0.1%
- Other 0.1%