This document https://github.com/ethereum/solidity/blob/develop/docs/installing-solidity.rst says: clone repo, make directory "build" and run cd build; cmake .. && make
That does not work. When I run cmake .. inside build directory it creates files on top-level directory and the build directory remains empty. Then the make command does nothing.
Running './scripts/build.sh` fails same way.
Debian stretch
cmake 3.7.2
make 4.1