jiantao / Tangram

Fast Structural Variation Detection Toolbox
MIT License
18 stars 6 forks source link

Tangram Installation Issue #3

Closed CodyS5 closed 9 years ago

CodyS5 commented 9 years ago

Hello,

I have recently tried to install Tangram on both my lab linux box, and a virtual ubuntu machine on my laptop. I ran into the same errors during the compilation on both machines, most of which seem to be stemming from g++. As I am very new to programming, I have posted the commands from start to finish hoping that I have made a simple mistake. Any advice you could offer about what is causing the errors would be greatly appreciated.

Thank you,

Cody

cody@cody-virtual-machine:~$ cd /home/cody/Desktop cody@cody-virtual-machine:~/Desktop$ git clone git://github.com/jiantao/Tangram.git Cloning into 'Tangram'... remote: Counting objects: 1289, done. remote: Total 1289 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1289/1289), 14.63 MiB | 1.72 MiB/s, done. Resolving deltas: 100% (669/669), done. Checking connectivity... done. cody@cody-virtual-machine:~/Desktop$ cd Tangram cody@cody-virtual-machine:~/Desktop/Tangram$ cd src cody@cody-virtual-machine:~/Desktop/Tangram/src$ make

Building Tangram

cody@cody-virtual-machine:~/Desktop/Tangram/src$