so i go into the terminal and go cd ./limewire //to get into the dir ./config //dont know if thats right ./comfig make ./comfig make install ?????????????
ok well, i can get into the dir ok, im not that daft... but when i enter #./configure it responds "no such file or directory. and when i enter # make it repsonds "no file specified. so what the hell am i doing wrong?
ok well, i can get into the dir ok, im not that daft... but when i enter #./configure it responds "no such file or directory. and when i enter # make it repsonds "no file specified. so what the hell am i doing wrong?
You don't need to cd to dot slash anything; dot slash is where cd looks for directories; the ./ doesn't add anything whether the directory is there or not. cd ./foo is exxactly identical to cd foo, except for two characters of pointless typing, and if you want shedloads of pointless typing then you want to do Cobol on VMS (e.g. the Cobol equivalent of main(){} runs to over 500 characters).