1

I downloaded NuSMV source code for mac and started installing using the README. However, there is a step which asks me to build using 'cmake..' when I run that I get the issue The source directory does not appear to contain CMakeLists.txt.

Any help please?

Patrick Trentin
  • 7,126
  • 3
  • 23
  • 40
user3531263er
  • 423
  • 1
  • 4
  • 20

1 Answers1

0

The NuSMV binaries certainly do not need to be compiled, so I conclude that you downloaded the sources package of NuSMV.

The file CmakeLists.txt is contained in ..../NuSMV-<version>/NuSMV.

Check again that you created the build directory within such path [as the README.txt file asks you to do], or simply set the argument of the cmake <path> command to correctly point to the path ..../NuSMV-<version>/NuSMV.

Patrick Trentin
  • 7,126
  • 3
  • 23
  • 40