Fresh installs of both versions of debian. Make requires sudo for some reason.
During the installation process, running compileOF.sh requires sudo, which should not be necessary. Also, when running make on any of the examples or a project made through projectGenerator, it fails on permission denied when trying to create various files and directories. I will run
sudo chown -R user:user /pathToOpenframeworks/
sudo chown -R user:user /pathToProject/
then rerun make, which works without sudo. Problem is, it does not work after make clean or another make for that matter. I added an entry to the sudoers file
myusername ALL=(ALL) NOPASSWD: ALL
as a workaround, but that should not be necessary. What is going on here?
2 posts - 2 participants