hybridLambda / hybrid-Lambda

Hybrid-Lambda is a software package that can simulate gene trees within a rooted species network or a rooted species tree under the Kingman's coalescent or Lambda coalescent process.
http://hybridlambda.github.io/
GNU General Public License v3.0
6 stars 4 forks source link

download zip archive, and compile #10

Closed shajoezhu closed 9 years ago

shajoezhu commented 9 years ago

.../checkfiles.sh: line 21: wget: command not found Error: Download package from https://github.com/hybridLambda/plot/archive/master.tar.gz failed Jamess-MacBook-Pro:src superjames$ make rm -f .o hybrid-Lambda g++ -O3 -g -std=c++0x -DNDEBUG -DVERSION=\"v-0.5-beta\" -I../src/ -c plot/figure.cpp clang: error: no such file or directory: 'plot/figure.cpp' clang: error: no input files make: ** [figure.o] Error 1 Jamess-MacBook-Pro:src superjames$

I think the README.md file is not very clear -- it says to simply type make, but then it says shows running checkfiles.sh first (is this script necessary to for the installation?)

There is also a typo that it should say "simply type make" rather than "simply make". Directory is also mispelled as "Direcotry".

I get similar error messages when I download the .tgz file instead:

Jamess-MacBook-Pro:src superjames$ ./checkfiles.sh .../checkfiles.sh: line 21: wget: command not found Error: Download package from https://github.com/hybridLambda/plot/archive/master.tar.gz failed Jamess-MacBook-Pro:src superjames$ make rm -f .o hybrid-Lambda g++ -O3 -g -std=c++0x -DNDEBUG -DVERSION=\"v-0.5-beta\" -I../src/ -c plot/figure.cpp clang: error: no such file or directory: 'plot/figure.cpp' clang: error: no input files make: ** [figure.o] Error 1