try this:
cd
cd XHimera
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd src
xhimerad -daemon
The autogen and configure seem to work, but on make it returns this error:
"No targets specified and no makefile found."
Any ideas?
I completed the installation of a node last week, this is a problem I am having to complete the installation of an additional master node this week.
This is becoming humorous. I am following a list of instructions step by step. And after the ./autogen.sh and ./configure commands have been completed, the "make" command will not work. It states "No targets specified and no makefile found."
I have already tried: sudo apt-get install automake
How do I solve this problem to continue with the installation at "sudo make" ?