0

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!

Community
  • 1
  • 1
jhj
  • 41
  • 1
  • 7

1 Answers1

0

CUnit-2.1-3.tar.bz2 ? configure is missing from the archive :) there is a file called "bootstrap" try chmod +x bootstrap ./bootstrap

kiokoman
  • 1
  • 1
  • Ah really? that's strange. I just opened the Bash terminal in the library's home directory and executed that command you said. Do I need to do something else? – jhj Jun 29 '16 at 13:16
  • i don't know, i downloaded the archive out of curiosity, usually you have to launch the command "make" and "make install" – kiokoman Jun 29 '16 at 16:16
  • when I run the command you said it completes successfully but when I go onto to run the `make` command I get `bash: make: command not found`. Have you got any suggestions on what I could do to get it working? – jhj Jun 29 '16 at 16:41