External Email - Use Caution
Dear FreeSurfer experts: I have a problem with Freeview running I ubuntu. Some libraries missing. I read this thread “https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg63255.html https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg63255.html” and my question is regarding the installation of the libraries. Do I need to install manually one by one or is there any package to install most of them? Plus I couldn´t find any of them by the name in "sudo apt-get install *”. Some of them are OpenGL, qtscript, volumerendering, vtkftgl, vtkhybrid, vtkIO, vtkDICOMParser, ...
External Email - Use Caution
Dear Renew,
I use Ubuntu 18.04, and installing libjpeg62 and libpng12 resolved the problem for freeview.
Copy and paste the below to your terminal and you will be able to run freeview.
-----
cd $HOME/Downloads curl -O http://security.ubuntu.com/ubuntu/pool/universe/libj/libjpeg6b/libjpeg62_6b2... sudo apt install -y ./libjpeg62_6b2-3_amd64.deb
curl -O http://security.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1u... sudo apt install -y ./libpng12-0_1.2.54-1ubuntu1.1_amd64.deb
-----
Hope this helps,
Kiyotaka
Renew Andrade andraderenew@yahoo.com:
External Email - Use CautionDear FreeSurfer experts: I have a problem with Freeview running I ubuntu. Some libraries missing. I read this thread “ https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg63255.html%E2... and my question is regarding the installation of the libraries. Do I need to install manually one by one or is there any package to install most of them? Plus I couldn´t find any of them by the name in "sudo apt-get install *”. Some of them are OpenGL, qtscript, volumerendering, vtkftgl, vtkhybrid, vtkIO, vtkDICOMParser, ... _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu