[installation] Question on Wiki CVS Installation (vc 8)

Anonymous

04-04-2006 21:07:25

We're installing PLSM for our project against the newest Ogre CVS and wondering about a step on the wiki which seems impossible.

If compiling against CVS :

* copy \PlugIns,\Samples and \Tools from ogreaddons\paginglandscape to \ogrenew


I don't understand how this can accomplished without ruining my ogre compilation because it would replace important files in the structure (specifically the samples, tools, and plugins folders along with everthing in them).

I initially thought I could manually just move everything from the plsm folders that needed to be copied into the already existing tools/plugins/samples folder but I found that there are conflicting files (like the makefiles).

I would appreciate any help on this. ;D

OvermindDL1

04-04-2006 21:48:46

I think that is just old. I have a directory setup like this:

OgreSDK
+ogreaddons
+paginglandscapescenemanager
+etc....
+ogrenew
+etc....


And it works and compiles fine.

Anonymous

04-04-2006 22:55:56

Are you using the CVS for PLSM and Ogre?

OvermindDL1

04-04-2006 23:10:14

Of course. I have yet to even download any of the pre-built sdk's. I change up some of the settings in the ogre config.h file (turn the profiler on and such).

Anonymous

04-04-2006 23:12:02

Thanks we'll try it out right now. :D

OvermindDL1

04-04-2006 23:13:58

Er, fix to the directory structure (acutally the forum basterdized my spaces), fixed above and here it is again.


OgreSDK
+ogreaddons
+paginglandscapescenemanager
+etc....
+ogrenew
+etc....

Anonymous

05-04-2006 00:51:15

Ah thanks for the help. :wink:
The main problem was that our enviornment variable had a typo. :oops: