Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 ''git'' is required): Alternatively the GIT repository can also be cloned (For this, installation of ''git'' is required):
  
-''git clone https://github.com/C-CINA/focus.git''+''git clone https://github.com/LBEM-CH/focus.git''
  
  ===== 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;
 </nowiki> </nowiki>
 +
 +//or: On an M1 Mac, which doesn't support SSE://
 +
 +<nowiki>
 +./configure --enable-shared --enable-single --enable-threads --with-pic;
 +</nowiki>
 +
 +
  
 <nowiki> <nowiki>
Line 61: Line 69:
 <nowiki> <nowiki>
 ./configure --enable-shared --enable-threads --enable-sse2 --with-pic; ./configure --enable-shared --enable-threads --enable-sse2 --with-pic;
 +</nowiki>
 +
 +//or: On an M1 Mac, which doesn't support SSE://
 +
 +
 +<nowiki>
 +./configure --enable-shared --enable-threads --with-pic;
 </nowiki> </nowiki>