File: INSTALL

package info (click to toggle)
mp3check 0.8.0-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 564 kB
  • ctags: 725
  • sloc: cpp: 5,080; sh: 335; makefile: 71
file content (22 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation:
=============

Type:
  ./configure
  make 
  make install


If you want to debug use:
  make CXXFLAGS="-Wall -W -g"
instead of
  make


If you start from a fresh CVS checkout do:
  make -f Makefile.cvs
  ./configure
  make 
  make install