File: INSTALL

package info (click to toggle)
mppenc 1.16-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, wheezy
  • size: 712 kB
  • ctags: 1,587
  • sloc: ansic: 9,474; xml: 402; makefile: 49
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
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'