Compiling zdoom
Compiling zdoom
I am running win98 (its not my computer so its not going to change so don't tell me to get xp) and I have visual c++ 6. Thats all nice and well except that it can't compile zdoom and I can't run visual c++ 2005 on windows 98. I have nasm, fmod api and directx as specified on the wiki. Now, I know that gcc can compile zdoom, however, I have no clue how I would go about and do that so I am asking if anyone can tell me what I need to do?
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
I am well aware that VC 6 can't compile zdoom and I clearly said that above. I have looked at the wiki and the only help it can give for compiling on windows is to get VC 2005, which, I can't do as well. As above I asked if someone can help me out with gcc (witch, I guess that entails MinGW by default). The wiki does have linux instructions that do use gcc but I don't have linux and even if those instructions do work in windows I have no clue what they mean anyway, they just look like some cyrptic messages, much like how c++ used to look before I started to figure things out (and it still does to a certian degree but thats besides).
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
Everyone fails at being helpful.
1. Install Visual C++ 2005 Express
2. Install Nasm then configure the executable paths in tools->options->directories in VC 2005
3. Install Fmod SDK (forgot which one, I think its 1.7 something) do the same for nasm except you point to the include/library directories
4. Open vcproj in Vc 2005
5. Compile the other stuff before zdoom
6. Compile zdoom
7. ???
8. Profit
1. Install Visual C++ 2005 Express
2. Install Nasm then configure the executable paths in tools->options->directories in VC 2005
3. Install Fmod SDK (forgot which one, I think its 1.7 something) do the same for nasm except you point to the include/library directories
4. Open vcproj in Vc 2005
5. Compile the other stuff before zdoom
6. Compile zdoom
7. ???
8. Profit
Last edited by Kaiser on Thu Jul 20, 2006 1:45 pm, edited 1 time in total.