Closed Sodbo closed 7 years ago
Hi Sodbo,
If you clone the git repository you indeed need to run autoreconf -i
, this is actually mentioned in line 53 of doc/INSTALL (although we only mention SVN there, not git).
I replaced the reference to SVN with Github in commit 681c76f.
If you want to compile ProbABEL by yourself, first you need to run
./configure
script. In doc/INSTALL it is written as./configure
script is already exist in ProbABEL folder. But there is no./configure
file. You need to create it byautoreconf -i