I am trying to install a program from source. I "untarred" the program and used cd to enter the directory. I then typed "sudo ./configure" which worked (i.e. the program configured), but when typing "make" I got the message "***no targets specified and no makefile found. stop."
After browsing and asking it was suggested that I use cmake which I installed. How should I proceed from here. When typing "cmake" in the directory of the untarred program I get a list of options to use with cmake. Is there a HOWTO somewhere for cmake?
TIA
Errol
After browsing and asking it was suggested that I use cmake which I installed. How should I proceed from here. When typing "cmake" in the directory of the untarred program I get a list of options to use with cmake. Is there a HOWTO somewhere for cmake?
TIA
Errol
Comment