Known prerequisites:
- cmake >= 2.2
- ossaudio libraries (OpenBSD only)

Steps:
'cmake .'
	- Generate the build system
'make'
	- Compile mppenc binary
'make install'
	- Install freshly compiled binary on your system

Notes:
- If you need to install mppenc in another directory than the default one, call cmake with this command instead 'cmake -DCMAKE_INSTALL_PREFIX:=/myPath'
- Current mppenc isn't robust enough to handle any cflag combinations so don't modify it needlessly. You can add "-march=yourcpu" to enhance speed a bit further. You MUST NOT remove "-fno-strict-aliasing" unless you enjoy segmentation faults and broken bitrates.
