When compiling gerbera I wanted to use the configure gui, but got an error:
$ make edit_cache No interactive CMake dialog available... No interactive CMake dialog available.
I had to install a package for that:
$ apt install cmake-curses-gui $ cmake ../gerbera $ make edit_cache