Page 3 of 3
Re: Syrthes 3.4
Posted: Thu May 03, 2012 2:58 pm
by Pisolino
solved, in ubuntu you have to
sudo make
sudo make install
Re: Syrthes 3.4
Posted: Thu May 03, 2012 11:35 pm
by Yvan Fournier
Hello,
you actually only need "sudo" for "make install", not for "make".
Also, if you define an install prefix in a subdirectory of your home directory, you do not need "sudo" at all (but you then need either to use an absolute path, or to add <install_prefix>/bin to your PATH).
Best regards,
Yvan