Lines Matching +full:re +full:- +full:configured
2 ----------------
5 Solaris, Xcode on Mac OS X, Cygwin on MS-Windows, etc.). For other
8 are 32-bit CPU, 64-bit FPU, C89 compiler).
11 copies-of or links-to (depending on OS) `sox'.
19 OpencoreAMR-NB/WB http://sourceforge.net/projects/opencore-amr Apache
20 VisualOn AMR-WB http://sourceforge.net/projects/opencore-amr Apache
31 Opus http://www.opus-codec.org/ BSD
32 PNG http://www.libpng.org/pub/png zlib (BSD-like)
33 Sndfile http://www.mega-nerd.com/libsndfile LGPL
39 ------------------------------------------
42 libraries may require pkg-config to be installed to be properly
45 [Only if you're compiling the git sources, first make sure you have
46 the GNU autotools (automake >= 1.9, autoconf >= 2.62, autoconf-archive)
49 autoreconf -i
73 make install-html
75 make install-pdf
82 --------------------
87 ./configure --help
91 Each optional file-format may be configured to be loaded statically
93 distribution packaging reasons -- for example, to keep separate `free'
94 and `non-free' software.
97 used by others), please use --with-distro to identify the distribution
101 ./configure --with-distro='Super Linux OS 6.1'
103 If any libraries are installed in a non-standard locations in your
107 a Bourne-compatible shell:
115 -----------------
117 Support for some file formats is optional and controlled by --enable-*
119 e.g. --enable-flac=dyn, the corresponding code is built as a module
122 Use of external libraries is controlled by --with-* flags. Some of
130 support runtime loading, refer to the "configure --help" output.
133 -------
135 N.B.: If SoX is configured and compiled to load some file-formats
138 been installed (temporarily configuring with --without-libltdl removes
156 per second and the data formatted as 16-bit signed integers:
158 ./sox monkey.wav -r 12500 -b 16 -e signed-integer monkey.xxx
166 ./sox monkey.xxx -d
171 If you're adding new features to SoX or want to perform advance tests