Changes

m
Adding additional fixes to the problem.
Line 96: Line 96:  
Use the following command before installing [http://askubuntu.com/questions/573070/problem-setting-up-environment-for-make-command-execution]:
 
Use the following command before installing [http://askubuntu.com/questions/573070/problem-setting-up-environment-for-make-command-execution]:
 
  sudo chown $USER /opt/devkitpro/ -R
 
  sudo chown $USER /opt/devkitpro/ -R
 +
echo "export DEVKITPRO="/opt/devkitpro/" >> ~/.profile
 +
echo "export DEVKITARM="/opt/devkitpro/devkitARM/" >> ~/.profile
 +
source ~/.profile
 +
For WSL users, you need to close the Bash shell, then reopen it for WSL to reload all of the variables from a clean state.
6

edits