-2

I'm trying to install some development platform on Ubuntu 20.04. Here is what was said on the install-manual:

check the screenshot here :D

I'm not sure what to do now. It seems that I should modify the $CMAKE_PREFIX_PATH by creating a "nrp_variable" in the .bashrc file. But I don't know the syntax, which could achieve it correctly.

Jun Meng
  • 23
  • 3

1 Answers1

0

CMAKE_PREFIX_PATH is environment variable and you can just run printenv CMAKE_PREFIX_PATH to see content.

Also to solve issue try running command in green box.

g4dZ0r
  • 1
  • 3