spinicist / QUIT

A set of tools for processing Quantitative MR Images
Mozilla Public License 2.0
59 stars 20 forks source link

Re: compiling #31

Closed nmskhan closed 2 years ago

nmskhan commented 2 years ago

Hi I was trying to install qi for Mac, I was able to install precompiled executables and run qi. Unfortunately, qimask was missing in those libraries. So, I wanted to reinstall qi by compiling from source, by running .build.sh. I do not see build.sh in this tar package. Wondering that how to fix that? Please let me know. Thanks Ned

spinicist commented 2 years ago

Hello,

Are you sure mask is missing? The command is qi mask, note the space between qi and mask.

The compile command is now bootstrap.sh, and it will take care of all dependencies via vcpkg. I need to update the developer documentation.

nmskhan commented 2 years ago

Hello Tobias Yes it is a qi mask instead of qimask, Sorry little confused. I was able to install it. Thanks Ned

spinicist commented 2 years ago

Great! Thanks for letting me know.