Hello, I’m trying to install Biocellion 3.1 using option 3, that's getting the compiled code from the .tgz file on the drive, unzipping it on its own folder, and following the instructions on the manual and on the wiki.
I’m using a Ubuntu20.04 operative system, changed the directions on the Makefile.model to:
TBB_ROOT = /usr/share/doc/libtbb2
BIOCELLION_ROOT = /home/omar__gg/Biocellion/biocellion-3.1
I also used sudo to get TBB installed, using the following command on the terminal: sudo apt-get install libtbb2.
And added the TBB rout with the command:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:TBB_ROOT/usr/share/doc/libtbb2/lib/intel64/gcc4.4:/BIOCELLION_ROOT/home/omar__gg/Biocellion/biocellion-3.1/biocellion-user/model
However, I have not been able to install Biocellion correctly, therefore I have several questions:
1) Is the TBB_ROOT directory correct? From the “export” command it seems that the directory from this folder should include this file: lib/intel64/gcc4.4 but is not there, if I used sudo to install TBB does it put the folder elsewhere?
2) Is the directory defined on TBB_ROOT the same on the “export” command?
3)
Do
I have to use “make” on the directory where the Makefile.model
is located to install Biocellion
Thanks for your time and hope you can help me.
Best regards, Omar.