google/crush-tools

Missing something

Opened this issue · 1 comments

using Cygwin x64 on windows
whether in root of crush tools or src there is no "configure" so typing
./configure
returns "no such file or directory"

I think you might have ended up with the source bundle that GitHub makes from checked-in files. The configure file is generated from autoconf, so we don't currently have a copy of it checked in. But if you go to https://github.com/google/crush-tools/releases and get the "crush-tools-20150716.tar.gz" bundle, that one will have it.

Let us know if that does the trick for you.

Alternatively, if you have automake, autoconf, etc., installed, you can run the "./bootstrap", which will result in a newly-generated configure script.