frankyeh / DSI-Studio

A Tractography Tool for Diffusion MRI
http://dsi-studio.labsolver.org
Other
118 stars 54 forks source link

Build Ubuntu Packages #64

Closed gdevenyi closed 3 years ago

gdevenyi commented 3 years ago

Automated zipfile generation for 18.04 and 20.04

In theory doable for other Centos environments.

gdevenyi commented 3 years ago

This code would be updated for when newer "releases" of the package are tagged, and the resulting zip files could be attached on the release in github.

frankyeh commented 3 years ago

I just updated DSI Studio to use g++9. You may test if the Dockerfile still works.

frankyeh commented 3 years ago

Thanks for showing me how to build Ubuntu 1804 and 2004. I learned a lot.

gdevenyi commented 3 years ago

I would suggest you run these two build.sh files and upload the files on this release: https://github.com/frankyeh/DSI-Studio/releases/tag/2021_06

I will investigate the updates on master.

frankyeh commented 3 years ago

Thank for the instructions. Building it now...

On Thu, Jul 8, 2021 at 9:57 PM Gabriel A. Devenyi @.***> wrote:

I would suggest you run these two build.sh files and upload the files on this release: https://github.com/frankyeh/DSI-Studio/releases/tag/2021_06

I will investigate the updates on master.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

mohammadhadiaarabi commented 3 years ago

Thank you for this. I did step by step and when run ./dsi_studio , I see this error: ./dsi_studio: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./dsi_studio)

mohammadhadiaarabi commented 3 years ago

and when fixed this problem, I encountered with a new error: Cannot mix incompatible Qt library (version 0x50c00) with this library (version 0x50c08)

gdevenyi commented 3 years ago

@mohammadhadiarabi please open an issue and provide full details of your system. Please note the README accompanying each set of build instructions.

frankyeh commented 3 years ago

@mohammadhadiarabi https://github.com/mohammadhadiarabi I have built binary here: https://github.com/frankyeh/DSI-Studio/releases/tag/2021_06 and you can see if it has the same error

On Fri, Jul 9, 2021 at 8:24 AM Gabriel A. Devenyi @.***> wrote:

@mohammadhadiarabi https://github.com/mohammadhadiarabi please open an issue and provide full details of your system. Please note the README accompanying each set of build instructions.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/frankyeh/DSI-Studio/pull/64#issuecomment-877148637, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDI4JPNFDXS752Z5T7IVTTW3TAVANCNFSM5ABXJ7NQ .

mohammadhadiaarabi commented 3 years ago

Thank you for your replies. Unfutenly see this error: Cannot mix incompatible Qt library (version 0x50c00) with this library (version 0x50c08) I before installed the previous version in Linux. Should I remove it completely?

frankyeh commented 3 years ago

Yes, likely the Qt library installed is not compatible.

On Fri, Jul 9, 2021 at 10:57 AM Mohammad Hadi Aarabi < @.***> wrote:

Thank you for your replies. Unfutenly see this error: Cannot mix incompatible Qt library (version 0x50c00) with this library (version 0x50c08) I before installed the previous version in Linux. Should I remove it completely?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/frankyeh/DSI-Studio/pull/64#issuecomment-877248899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDI4JUGM22DSK4BH5BMYTTW4E4VANCNFSM5ABXJ7NQ .

gdevenyi commented 3 years ago

Please see, https://github.com/frankyeh/DSI-Studio/tree/master/build_packages/ubuntu_1804/README.md for installation dependencies.