-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling problems under Ubuntu #4
Comments
As Jeremy suggested via mail I had to do the following:
|
Now I get the following error:
|
It seems that you need fftw is missing. Could you please install fftw Then do the following steps:
Thanks! On Mon, Feb 15, 2016 at 9:33 AM, hmattern [email protected] wrote:
Cheng Li |
Hi you were right the fftw was missing. Also gsl was missing. I did the following to set up my virtual machine with SetTree4 in case anybody is interested:
I have one remaining question: What do I have to do to export the sequences to e.g. a Siemens scanner? Do I need a special library? |
Yes, I can send that to you. On Wed, Feb 17, 2016 at 5:01 AM, hmattern [email protected] wrote:
|
Unfortunately, I could not install SeqTree properly. Here is what I did so far:
I set up a virtual machine with Ubuntu (on a Win7 PC). Installed Qt5, downloaded SeqTree 4 from GitHub and extracted it to ~/sequencetree4.
I opened a terminal in ~/sequencetree4/src. Here I tried “sudo ./install.x” which basically does:
Unfortunately, I get the following error from the “make” command:
/usr/bin/ld: cannot find -lgsl
/usr/bin/ld: cannot find -lgslcblas
collect2: error: ld returned 1 exit status
Makefile:291: recipe for target '../../bin/VS' failed
make[1]: *** [../../bin/VS] Error 1
make[1]: Leaving directory '/home/seqtree/sequencetree4/src/VS'
Makefile:70: recipe for target 'sub-VS-make_first' failed
make: *** [sub-VS-make_first] Error 2
Thanks in advance,
Hendrik
The text was updated successfully, but these errors were encountered: