README 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. CONTACT
  2. Name: Alistair John Strachan
  3. Email: <alistair@devzero.co.uk>
  4. Secondary: <ajs@bitpack.net>
  5. Website: http://www.bitpack.net/
  6. GDM2S3M UTILITY V1.7
  7. This utility is designed to convert GDM, a format developed by the ALSA
  8. developer Edward Schlunder, many years ago, into the ScreamTracker 3 file
  9. format (S3M).
  10. It is likely to contain bugs. See the CREDITS file for contact details
  11. should you isolate a bug.
  12. BUILDING AND INSTALLING
  13. Build the software with "make":
  14. On Linux:
  15. make BUILD=linux
  16. On Windows MINGW:
  17. make
  18. As of version 1.3, compiling with Microsoft's free Visual C++ 2003 toolkit
  19. compiler is supported. You can obtain this from:
  20. http://msdn.microsoft.com/visualc/vctoolkit2003/
  21. At the time of writing, this compiler was free. A crappy batch file is
  22. provided for building both a static library, and the standalone EXE.
  23. Under the toolkit shell, type:
  24. build.bat
  25. USAGE
  26. cd src
  27. ./gdm2s3m <file.gdm> <file.s3m>
  28. SOFTWARE LICENSE
  29. The entire contents of this archive are released under the terms of the
  30. GNU General Public License as published by the Free Software Foundation;
  31. either version 2, or (at your option) any later version.
  32. The only exceptions to this are the provided GDM/S3M/MTM files under the
  33. test/ directory, which are "borrowed" from various music archives and
  34. are believed to be unlicensed.
  35. Additionally, the document gdm.txt is released under the OpenContent
  36. License (OPL), version 1.0.
  37. All redistributions of this package must contain the above boilerplate text.