
                               DCT-II.c notes:-
                               ----------------

1) The GNU/LINUX MINT CINNAMON 22.3 flavour is compiled statically, so should
   run on most LINUX based systems.
   I used the gcc suite to compile but tested with the Clang suite too.
2) For the ADE AMIGA executable gcc 2.95.3 was used but was unable to do a
   statically compiled version, so dynamic it had to be. The *NIX emulation
   used the ADE suite for an AMIGA A1200(HD) with an extra 4MB RAM.
3) For the native AMIGA C compiler VBCC, the compiled code is not statically
   compiled, but compiled to run inside a stock AMIGA A1200(HD) minimum.
4) The code has not been compiled on any other systems as the AMIGA is
   ancient enough to be a proof test using one of its native C compilers.
5) Finally, the source is CC0 Licence, Public Domain. You may mess with it
   as you please!

-----------------------------------------------------------------------------

