Hi, Could you show more detailed steps for this, because I am not familar with linux yet? Should I follow this guideline:
$ wget https://github.com/arq5x/bedtools2/releases/download/v2.28.0/bedtools-2.28.0.tar.gz
$ tar -zxvf bedtools-2.28.0.tar.gz
$ cd bedtools2
$ make
And where should I add execute permissions when following this guideline? Thanks so much!
You can install your own gcc/g++ like any other program, can't you? Then you just direct make to use that one..
I cannot find the source to download gcc/g++. All guideline on the internet shows the use of sudo command. Could you give me some reference?