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 [2021/05/26 08:19] admin [Qt5] |
1_0:install-source [2025/05/17 11:45] (current) admin [libfftw3] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Alternatively the GIT repository can also be cloned (For this, installation of '' | Alternatively the GIT repository can also be cloned (For this, installation of '' | ||
| - | '' | + | '' |
| ===== Installing Dependencies ===== | ===== Installing Dependencies ===== | ||
| 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; | ||
| </ | </ | ||