Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

DSI studio for M2?

164 views
Skip to first unread message

Erica Baller

unread,
Sep 1, 2023, 12:20:33 PM9/1/23
to DSI Studio
I am trying to install dsi studio on a new Mac Mini (M2). Is there a current download that is compatible?

Thank you!
Erica

Frank Yeh

unread,
Sep 1, 2023, 12:31:29 PM9/1/23
to ebba...@gmail.com, DSI Studio
Hi Erica,

    You may run the following command one by one in the console and see if it build the dsi_studio.app for M2.


brew update
brew install qt5
git clone https://github.com/frankyeh/DSI-Studio.git

cd DSI-Studio

git clone https://github.com/frankyeh/TIPL.git
git clone https://github.com/frankyeh/DSI-Studio-atlas.git
git clone https://github.com/frankyeh/UNet-Studio-Data.git

mkdir -p build
cd build
export PATH="/usr/local/opt/qt@5/bin:$PATH" && export LDFLAGS="-L/usr/local/opt/qt@5/lib" && export CPPFLAGS="-I/usr/local/opt/qt@5/include" && export PKG_CONFIG_PATH="/usr/local/opt/qt@5/lib/pkgconfig"
qmake ../dsi_studio.pro
make
cd ..
       
mv build/dsi_studio.app .
/usr/local/opt/qt@5/bin/macdeployqt dsi_studio.app



--
You received this message because you are subscribed to the Google Groups "DSI Studio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dsi-studio+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dsi-studio/77173600-ee8a-4974-9663-4e80ba035a26n%40googlegroups.com.

F J

unread,
Nov 21, 2024, 9:06:34 PM11/21/24
to DSI Studio
Hi Frank,

I tried to build DSI Studio for the M2Ultra on a Mac Studio using your advice above.
However, the qmake command fails to find the file dsi_studio.pro - which also is not found on your GitHub page.
Would you be able to provide this file?
Thanks!
Freimut

Frank Yeh

unread,
Nov 21, 2024, 9:12:28 PM11/21/24
to freimut....@gmail.com, DSI Studio
The "Hou" version exclusively uses Qt6 because many operating systems
no longer support Qt5. With Qt6, CMake has replaced qmake, and .pro
files are no longer used, which is why they are not included in the
current version.

If you prefer to use Qt5, you can find a .pro file for DSI Studio on
GitHub by reviewing earlier versions. However, adapting it to work
with the current version would require significant effort.

Hope this helps.

Best,
Frank
> To view this discussion visit https://groups.google.com/d/msgid/dsi-studio/97d2e842-b959-4adf-ad7a-10e97e044650n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages