|
muffinpeddler
|
 |
« Reply #15 on: October 22, 2005, 05:31:24 pm » |
|
You could always try http://cygwin.com/ I compiled CS fine on that, without much extra work.
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #16 on: October 22, 2005, 08:15:25 pm » |
|
downloaded the program from one of the many install links and installed by clicking next picking download server for client to download from then dubble clicked exe and it pulled up dos window with some typeing. What do I do to turn the code into the engine!?
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #17 on: October 23, 2005, 01:36:58 am » |
|
btw could someone exsplain not only a good compileing program but how to use it, please.
|
|
|
|
« Last Edit: October 23, 2005, 02:57:14 am by STfrea »
|
Logged
|
|
|
|
|
dingobloo
|
 |
« Reply #18 on: October 23, 2005, 05:55:58 am » |
|
The documentation about how to use minGW is in the manual.
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #19 on: October 23, 2005, 02:24:29 pm » |
|
There is not clear manual just that 10 page thing on how to copy code into files and make exe's out of them, sr to be such a noob but could someone show me how to compile this, I haven't used someone elses code in a long long time.
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #20 on: October 23, 2005, 06:03:28 pm » |
|
I can't find anything that is called a manual (it's probobly right there, but I'v never had to compile a engine so help would be much apresheated  )
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #21 on: October 23, 2005, 06:10:25 pm » |
|
I can't find anything that is called a manual (it's probobly right there, but I'v never had to compile a engine so help would be much apresheated  ) Check out CS/docs/html Greetings,
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #22 on: October 23, 2005, 06:31:32 pm » |
|
ok I got the tool kit and I was reading up and it said I need code lybraies, so I donwload the zip, what do I do with em?
|
|
|
|
|
Logged
|
|
|
|
|
jorrit
|
 |
« Reply #23 on: October 23, 2005, 07:16:18 pm » |
|
ok I got the tool kit and I was reading up and it said I need code lybraies, so I donwload the zip, what do I do with em?
What zip file do you mean? Note that all this is explained in the manual. It contains a step-by-step instructions on how to do this. Please read that first before asking questions here. Greetings,
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #24 on: October 23, 2005, 08:21:12 pm » |
|
Ok I think I put most of the add-on libraries in the correct folder in the lib folder, I'm going to try compiling it. I skipped a section called winCVS tutorial... It made no sense I didn't have that program and it was old so all the fill out this info wasn't correct, so is that ok? (I'm going to the Visual C++ 7)(I downloaded newest version, I'm guessing it's the same as v7 (2003)
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #25 on: October 23, 2005, 08:35:51 pm » |
|
Next, it is necessary to update the configuration for the Cygwin platform. Open the file `config/user-settings' in your favorite editor and change the following line from:
PLATFORM=unix-gcc
to:
PLATFORM=cygwin
What does it mean your fav editor, bloodshed doesn't have that directory..
|
|
|
|
|
Logged
|
|
|
|
|
sunshine
|
 |
« Reply #26 on: October 23, 2005, 09:45:07 pm » |
|
That file is within the ODE source hierarchy, at ode/config/user-settings.
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #27 on: October 23, 2005, 10:16:20 pm » |
|
Ok so I go to do the "Make sure you are back in the directory containing the `Makefile' before continuing. From the Bash prompt issue the following command and then hit return.
make configure " So I tyep C:/ode-0.5 and it says this is directory then I type make configure it gives error so I try bash make configure it doesn't work. What should I do?
|
|
|
|
|
Logged
|
|
|
|
|
sunshine
|
 |
« Reply #28 on: October 24, 2005, 04:26:28 am » |
|
Not sure what you're trying to do or what you are typing. Your message is rather confusing.
|
|
|
|
|
Logged
|
|
|
|
STfrea
Newbie

Posts: 22
|
 |
« Reply #29 on: October 24, 2005, 11:19:55 am » |
|
Ok I was in the topic of useing Cygwin to compile. and it told me to do this
"Make sure you are back in the directory containing the `Makefile' before continuing. From the Bash prompt issue the following command and then hit return.
make configure"
So I went to that directory by typeing it in and it said that is a directory. But when I typed in make configure it gave me
"bash: make: command not found"
|
|
|
|
|
Logged
|
|
|
|
|