File: INSTALL

package info (click to toggle)
mppenc 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 708 kB
  • sloc: ansic: 9,474; xml: 384; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'