please help... i have source code for program. dont know what to do now... do i need another program to comile it or what? how do i do this???
Umm...what language is the program? Do you have the file extension (like programsource.cpp for example), or does the place where you got it mention a programming language? Some programmers also include a .txt installation file, with instructions on how to compile their program, does your download have anything like this? Most source code does need to be compiled based on the operating system you are running (Windows, Linux in all it's flavours, etc) but some languages (like java) simply need an interpreter for your operating system, so your computer can understand what the program is trying to say - once you have the proper interpreter installed, you *should* be able to run any java-based source and you don't have to re-compile each program. Other languages, like PHP, require permissions to be set up on web servers, then they load just like a web page in your browser...so knowing what you have is the first step to figuring out how to run it. captain_carrot
Well, if that's the case, there seems to be a pretty comprehensive installation guide for Windows here: http://airsnort.shmoo.com/windows.html and here: http://dontbeevilgoogle.com/win_setup.html It also says that there's already a Windows binary in the downloaded tarball, just follow the path they specify to find the .exe (binary) file.