Building cineplay on the OS X Intel build machine
Open a new terminal, then :
# first load some environment variables $ . cinecode_env # go to the cineplay directory cd cineplay # update the repository svn update # go to the source directory cd src # remove previously build files make clean # build and package cineplay. # The name of the file generated is given at the end. ./macxbuild
