ferencd@0: Where are the ./configure script and the Makefile's? ferencd@0: ferencd@0: Configure and Make scripts are not included in the git source tree. They are ferencd@0: automatically generated by the CMake script. ferencd@0: ferencd@0: Just use the following instruction to generate everything needed for the ferencd@0: traditional "make" and "make install" build process. ferencd@0: ferencd@0: cmake -G "Unix Makefiles" ferencd@0: ferencd@0: Please note that "configure" script is not needed anymore, as platform ferencd@0: checks are now done by CMake. ferencd@0: