File: INSTALL

package info (click to toggle)
afflib 3.5.12-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,168 kB
  • ctags: 4,723
  • sloc: cpp: 21,800; ansic: 14,696; sh: 9,697; makefile: 531; python: 95
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
Install this file with:

	 ./configure && make && make install


To disable optimization, do this:

      ./configure 'CXXFLAGS=-O0 -g' 'CFLAGS=-O0 -g'