IVL supports only the C programming language. The following example shows the command line used to compile the IVL program 〈filename〉:
cc -I /opt/graphics/IVL/include 〈filename〉.c \ -L/opt/graphics/IVL/lib -lIVL -lX11 -lm -o 〈filename〉