Hello everyone.
last week-end I compiled successfully from sources the transmission torrent program to have the latest available version with the GUI component. The process followed the typical linux installation process, namely
./configure
make
sudo make install
All went well; it was perfectly working, but after the reboot there was no trace of the newly installed program.
I had to retype the sudo install command from inside the folder with the sources to make it available again.
Moreover I was not able to make an ondemand menu voice to start transmission.
What procedure is to follow if I have the need to compile something from sources?
thank you very much