问题
I've downloaded the library to my desktop but when I try and install it by running the ./configure
command I get an error:
bash: ./configure: No such file or directory
I've looked at 2 existing questions on SO (link1 and link2) but they didn't solve my problem. Have I downloaded it correctly? I downloaded and extracted the folder to my desktop then opened the Bash terminal in the library's home directory and executed the ./configure
command.
Would be very grateful if someone could help, I'm out of ideas!
回答1:
CUnit-2.1-3.tar.bz2 ? configure is missing from the archive :) there is a file called "bootstrap" try chmod +x bootstrap ./bootstrap
来源:https://stackoverflow.com/questions/38100038/how-to-install-cunit-on-windows