This file contains notes on compiling the code for different platforms.

The Makefile contains comments to support many platforms.  You should
modify it to set the parameters for your platform.  Some common problems
people run into are discussed below.

On RS6000s libXext does not seem to support shared memory, remove -DSH_MEM

On an SGI IRIX 4, make sure to set the environment variable SGI_IRIX4
to 1, and remove none of the commented out CFLAGS.

On VMS: Use the command "@MAKE_MPEG_PLAY.COM". This is borrowed from the
way Mosaic is compiled. The .COM file passes parameters to MMS (or the
freeware MMK) where the build actually occurs. Do not invoke MMS directly.
