compiling's dumb!

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Post Reply
hellokitty
Posts: 3
Joined: Tue Jul 18, 2006 8:25 am
Location: ohio
Contact:

compiling's dumb!

Post by hellokitty »

how do you compile like say.....wla dx...i found some little 'walkthrough' (http://www.network54.com/Forum/56397/me ... er+Windows) but, that mingw is like a ton of files big and its like i cant find the program! :roll: why cant they have it like ....download and run it. instead of wasting my time!!
ps, if this helps....im using windows :D
any help would be nice..........thanks!
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

MinGW is no different from any other GCC port. You need to find gcc.exe and make sure that the environment variable "Path" contains its path. For example, if you have installed MinGW such that there is a file called C:\mingw\bin\gcc.exe then your Path should contain C:\mingw\bin .

If you want a GCC that you can just "double-click" then get a MinGW distribution such as Dev-C++. Play around with it for a while, coding your own C programs starting with hello world, before you tackle something big like WLA-DX.
User avatar
dXtr
Posts: 375
Joined: Tue Sep 21, 2004 12:11 am
Location: Karlshamn (Sweden)

Post by dXtr »

personaly I downloaded the Visual Studio project files and used them for building wla-dx as that was the quickest/easiest way ;)
Sorry for misspellings, I'm from Sweden ^^
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Post by Bregalad »

Thanks god there is already a binary compiled verison of WLA-DX for windows.
Useless, lumbering half-wits don't scare us.
Post Reply