1Configure options
2
3For most people, just using ./configure without any arguments should work fine, but here are some options that the configure-script supports:
4
5--disable-gtk2
6
7  If you have both GTK+ 1.2 and GTK+ 2.0 installed and want to use GTK+ 1.2,
8  specify this option.
9
10--without-portaudio
11--without-sdl
12--without-alsalib
13--without-oss
14--without-jack
15
16  Specifying this option will leave out a sound driver, even if
17  it's libs and headers are found.
18
19--without-libsndfile
20--without-libsamplerate
21
22  Specifying this option will leave out libsndfile/libsamplerate
23  support, even if the library is found.
24
25--with-libsndfile=prefix
26--with-libsamplerate=prefix
27
28  This lets you specify the prefix where libsndfile/libsamplerate is
29  installed if it wasn't auto-detected.
30
31--with-double-samples
32
33  Use double precision floating point numbers for sample processing. If
34  you intend to edit 32-bit files, you should enable this.
35
36--without-check-casts
37
38  This option disables the run-time type cast checking. It makes some parts of
39  the program faster, but makes it harder to debug.
40
41
42