gregkrsak/first_nes

Linux quickstart instructions missing sudo

gregkrsak opened this issue · 0 comments

$ make avail
BUILD_ID: Git e5f4ca6b8
ln -s /home/gregk/Code/cc65/bin/ar65 /usr/local/bin/ar65
ln: failed to create symbolic link '/usr/local/bin/ar65': Permission denied
make[1]: *** [Makefile:121: avail] Error 1
make: *** [Makefile:22: avail] Error 2

When completing the Linux "quickstart" setup, a sudo command is required before make avail.