First of all i want to admit I am a huge Newb!!!
i had this workin on Windows but now im tryin Ubuntu..
when i want to compile something (Daedalus spacifically) i get this
root@paul-desktop:/usr/local/pspdev/daedcommon# make
make: psp-config: Command not found
Makefile:22: /lib/build_local.mak: No such file or directory
make: *** No rule to make target `/lib/build_local.mak'. Stop.
lol i bet you guys can help no problem:)
then try to go
I imagine this is your problem. Start your file browser, set it to show hidden files and open ".bashrc" from your home folder and add those two lines near the end (it should help if you used the sudo install script, and it was what I did to add them in ubuntu.)
There is problem in Ubuntu, since all users have own environment variables. I.e you write exports of those variables in bashrc, but when you do 'sudo', superuser environment know nothing about them. Im ended writing those export commands in all bash scripts I can get, but only .gnomerc worked.