Page 1 of 1

MRI data (or other medical images) visualization on raspbian

Posted: Thu Aug 16, 2012 12:35 pm
by sunone
Hi all
I decided that I won't stop until I managed to have a visualization of medical data.
I am starting with something very light (opefully). Called MRIcron
http://www.nitrc.org/frs/?group_id=152

Unfortunately the precompiled binary that works for all the modern distribution is not working:
I receive the error command not executable.
I guess the reason is that it is precompiled with something specific for GTK that is not supported by rapsberry. I am starting digging the source code, I ll post updates. In the meanwhile do you know any work around for precompiled binary based on GTK ?
Cheers

Re: MRI data (or other medical images) visualization on rasp

Posted: Fri Aug 17, 2012 3:59 am
by elatllat
there is no binary for the arm chip on that site.
you will need to compile it for arm.

Re: MRI data (or other medical images) visualization on rasp

Posted: Fri Aug 17, 2012 4:07 am
by jackokring
You may have to translate some of the GL into the subset of it, GLES, but the full GTK+ should compile.