Não consegui compilar o software abaixo:
git clone https://github.com/bioinfologics/satsuma2.git
cd satsuma2
cmake
Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.
O que eu perdi?
Você está perdendo o
<path-to-source>
- ouou (frequentemente recomendado - mantém o diretório de nível superior limpo)