Changeset adb0e74b
- Timestamp:
- 02/20/2019 03:50:29 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 632f5f80
- Parents:
- 18716b22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/fftw.xml
r18716b22 radb0e74b 147 147 148 148 <para> 149 < command>--enable-shared --disable-static</command>: Use shared libs149 <option>--enable-shared --disable-static</option>: Use shared libs 150 150 instead of static libs. 151 151 </para> 152 152 153 153 <para> 154 < command>--enable-threads</command>: This enables <filename154 <option>--enable-threads</option>: This enables <filename 155 155 class="libraryfile"> libfftw3_threads.so</filename> to be compiled. 156 156 It is used by e.g. the <application>gimp</application> plugin from … … 159 159 160 160 <para> 161 <option>--enable-float</option>: This enables floating point, and 162 will cause the library to be called <filename 163 class="libraryfile">libfftw3f.so</filename> (needed by <ulink 164 url="http://www.rawtherapee.com/">RawTherapee</ulink> (and similarly 165 for the threaded library if that is built (not needed by RawTherapee). 166 These versions are not usable by packages in this book which use <filename 167 class="libraryfile">libfftw3</filename> so if you need both you will 168 need to build <application>fftw</application> twice. 161 <option>--enable-float</option>: This enables building the library that 162 uses single precision floating point arithmetic. It is faster but less 163 precise than the default double precision library. The library will be 164 called <filename class="libraryfile">libfftw3f.so</filename> needed by 165 <xref linkend="pulseaudio"/>. 169 166 </para> 170 167
Note:
See TracChangeset
for help on using the changeset viewer.