SFU ID: 301417569
Github username: Iv-T
Line and file: N/A
Expected behavior: Unit testing framework installed
Observed behavior: Install failed
Question:
When I tried to install the unit testing framework on my VM, it gives the following error:
bash ./install-cunit.sh
./install-cunit.sh: line 8: cmake: command not found
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
I believe this is due to my VM doesn't have cmake installed.
Should I install cmake? Is there a specific version I need to use?
Or I can simply do "sudo apt install cmake" ?