nix-build-view icon indicating copy to clipboard operation
nix-build-view copied to clipboard

Cannot build

Open matthiasbeyer opened this issue 10 years ago • 1 comments

As you suggested:

cd nix-build-view
nix-shell -p ncurses -p cmake
mkdir build && cd build && cmake ..
CMake Error: The source directory "/home/m/nix-build-view" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Please include your CMakeLists.txt in the repository!

matthiasbeyer avatar Jan 12 '15 19:01 matthiasbeyer

On 01/12/2015 08:44 PM, Matthias Beyer wrote:

As you suggested:

cd nix-build-view nix-shell -p ncurses -p cmake mkdir build && cd build && cmake .. CMake Error: The source directory "/home/m/nix-build-view" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

Please include your CMakeLists.txt in the repository!

please note that the repository is called nix-build-view as well as a directory inside this repository. that said, the CMakeLists.txt you are searching is in that directory.

my naming scheme is probably a bit confusing and i'm sorry for that.

Joachim Schiele

blog: http://blog.lastlog.de wiki: http://lastlog.de jabber: [email protected] GPG: C6AC8770

qknight avatar Jan 13 '15 09:01 qknight