I was able to get 1.08 to compile without Mumble, looks and works great so far. I believe my issue was with all the different documentation, may want to combine and add how to do things like, add a terrain, creating a HUD or Qt control, adding objects to a scene. This will help everyone getting started with Tundra. Also the basics with Avatars and mesh importing would be great also
On Sun, Jul 24, 2011 at 1:51 PM, ilikia <[email protected]> wrote: > To Bill about 1.08: these instructions worked for me. No errors, and > the executable actually works: > > http://www.realxtend.org/doxygen/_build_on_windows.html > > To both Bill and Jonne about 2.0: > > I ran 'git pull' in the Tundra2 directory, and then ran the > 'win_update_deps_vs2008.bat' and after that ' win_cmake_vs2008.bat', > and lo and behold, Tundra2 compiled. And runs too, although none of > the scenes made for 1.' work. They either crash or load only partly. > This is of course because their Javascripts use the old methods... > > So we really have to write all the scenes again from scratch? > > Ah, and Bill: I even made 1-08 work perfectly in Arch Linux, using the > instructions that were here somewhere, but I've got the link > bookmarked only iin my work pc.:-( > > > > On Jul 24, 8:37 pm, Jonne Nauha <[email protected]> wrote: > > https://github.com/realXtend/naali/blob/tundra2/README.md > > > > Please read the updated readme. For VC2008 deps please us the provided > bat, > > as I have tried to automate the deps process so its easier to use for > you. > > (The zipped deps that Jukka gave works as well, but then you have to > fiddle > > around with TUNDRA_DEP_PATH when its really not neccesary if you are not > > using your own custom deps). > > > > VC2010 deps are not yet there for tundra2, so dont try to use it yet if > you > > are not ready to get your hand dirty and build some stuff your self. They > > are basically missing libtheora that is a new dependency in tundra2 plus > I > > havent pushed them to the new git dependency repo that I made for the git > > submodule stuff. Wait for when i update/create win_update_deps_vs2010.bat > > and win_cmake_vs2010.bat so they are automated for you :) > > > > Quick steps as said in the readme, but with bit more info: > > > > - Install CMake >= 2.8 > > - git clone [email protected]:realXtend/naali.git tundra2 > > - cd tundra2 > > - git checkout -b tundra2 origin/tundra2 > > - open cmd prompt: "SET PATH=%PATH%;<path_to_git>/bin; (or go and add > it > > permanently to path so you dont have to do this all the time) > > - run win_update_deps_vs2008.bat (if you get errors, open the file and > > read the help there, you might have too old git or you might need to > > configure SLL certs for it!) > > - run win_cmake_vs2008.bat > > - open tundra.sln and build. You may edit CMakeBuildConfig.txt and run > > win_cmake_vs2008.bat again to make the changes stick. > > > > *Ilikia:* it seems it is not linking to the ogre dx9 rendering plugin (I > > guess its a bit hard to say from that). Could you try the automated deps > > that I said above and report back if you have the same problem. You dont > > have to do another checkout if you already have deps somewhere. Just run > > the deps update bat and remove your TUNDRA_DEP_PATH before running > > wind_cmake_vc2008.bat again, you can do this with comman prompt before > > running the bat (in the same prompt ofc) "SET TUNDRA_DEP_PATH=". Also > remove > > your CMakeCache.txt. > > > > Best regards, > > Jonne Nauha > > Adminotech developer > > > > > > > > > > > > > > > > On Sun, Jul 24, 2011 at 7:38 PM, Bill <[email protected]> wrote: > > > Can someone please give me compile instructions for Tundra2.0 preview? > I've > > > tried everything I know of to get it to compile with VS2008 and VS2010. > > > Actually if I could find the instructions for compiling 1.08 that > would be > > > great. > > > > > -- > > >http://groups.google.com/group/realxtend > > >http://www.realxtend.org > > -- > http://groups.google.com/group/realxtend > http://www.realxtend.org > -- http://groups.google.com/group/realxtend http://www.realxtend.org
