Running NuSMV on OSX

后端 未结 2 886
深忆病人
深忆病人 2020-12-22 01:17

I have installed NuSMV using the readme provided, however when I try to use the NuSMV command, I get the following message: -bash: NuSMV: command not found

There isn

2条回答
  •  醉梦人生
    2020-12-22 01:41

    How to make it work on MacOSX


    got to this link : http://nusmv.fbk.eu/

    click
    NuSMV 2.6.0 is OUT!

    Select : NuSMV binaries image

    Fill out the details and register : you will be able to download a zip file, extract it and copy it anywhere you want. Now we need to set the path.

    Open terminal and do something like this: Add the directory /opt/nusmv-X.Y.Z/bin to your command search PATH environment variable. E.g. for bash shell:

    % export PATH=${PATH}:/opt/nusmv-X.Y.Z/bin

    set the NUSMV_LIBRARY_PATH environment variable. E.g. for bash shell:

    % export NUSMV_LIBRARY_PATH=/opt/nusmv-X.Y.Z/share/nusmv

    Now you are ready to run and enjoy NuSMV.

    % NuSMV -int # to run the interactive mode

提交回复
热议问题