cd
cd XHimera
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd src
xhimerad -daemon
when i write : xhimerad -daemon
i got : command not found
any help with this
omit the -daemon from your xhimera command.
All it is doing is letting you know that it is the Daemon version (No GUI) and not the -QT (GUI) version
So you want
cd src
xhimerad
or sudo ./xhimerad
or just ./xhimerad
See if that works