

  STATIC
  ------

  g++ --static -Iinclude -Llib -o test test.cc -lMXV4



  DYNAMIC
  -------

  g++ -Iinclude -Llib -o test test.cc -lMXV4
  export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH


  g++ --static -Iinclude -I../GLX/include -Llib -L../GLX/lib -o a.out a.cc -lglx


