Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
1_0:install-source [2024/01/16 10:51] admin [Getting the source code] |
1_0:install-source [2025/05/17 11:45] (current) admin [libfftw3] |
||
---|---|---|---|
Line 46: | Line 46: | ||
./configure --enable-shared --enable-single --enable-threads --enable-sse --enable-sse2 --with-pic; | ./configure --enable-shared --enable-single --enable-threads --enable-sse --enable-sse2 --with-pic; | ||
</ | </ | ||
+ | |||
+ | //or: On an M1 Mac, which doesn' | ||
+ | |||
+ | < | ||
+ | ./configure --enable-shared --enable-single --enable-threads --with-pic; | ||
+ | </ | ||
+ | |||
+ | |||
< | < | ||
Line 61: | Line 69: | ||
< | < | ||
./configure --enable-shared --enable-threads --enable-sse2 --with-pic; | ./configure --enable-shared --enable-threads --enable-sse2 --with-pic; | ||
+ | </ | ||
+ | |||
+ | //or: On an M1 Mac, which doesn' | ||
+ | |||
+ | |||
+ | < | ||
+ | ./configure --enable-shared --enable-threads --with-pic; | ||
</ | </ | ||