It is currently Sat Aug 22, 2020 4:26 am


All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: pre compiled sdk
PostPosted: Wed Sep 10, 2014 1:48 pm 

Joined: Wed Sep 10, 2014 9:43 am
Posts: 3
hi

I need a big favour , I were wondering if anyone
here would be able to provide me with a vs2008 9
c++ pre compiled version of the libraries and dlls
for debug and release versions ,wich I could simply
link to my project ..

I am having difficulty compiling those ,I am not able
to download all the pre required software to
compile against ..

or if there's already one available please point me in
it's direction ..

Thank you in advance, and please tell me someone
could help me out with this :'(

I am going to try using it in ogre and other different
sdks etc..

jb


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Wed Sep 10, 2014 3:01 pm 

Joined: Tue Apr 08, 2014 5:10 pm
Posts: 124
Add ALL *.cpps directly into your project and enjoy :)


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Wed Sep 10, 2014 3:04 pm 
User avatar

Joined: Thu Sep 05, 2013 3:38 am
Posts: 51
Location: USA - Arizona
Polyvox is relatively simple to compile. You just need to use CMake to generate the project files. I'll go ahead and give you a step-by-step.

1. Download and extract to some local folder like "C:\PolyVox"
https://bitbucket.org/volumesoffun/polyvox/downloads

2. Download and install CMake.
http://www.cmake.org/download/

3. Open CMake-GUI

4. Click "Browse Source" and select the folder you created for PolyVox.

5. Click "Browse Build" and select the "build" folder which should be directly inside the previous selected folder.

6. Click "Configure" and select your version of Visual Studio.

7. Click "Finish" and if you've selected the correct compiler version the project will start to configure.

8. You should see a bunch of red in the what used to be a big empty white box. Configure these options as needed and press "Configure" again

8.A. I unchecked "ENABLE_BINDINGS", "ENABLE_TESTS", "ENABLE_EXAMPLES", and set the library type to "STATIC"

9. If after pressing "Configure" the second time all the red lines turned white, finally hit "Generate"

10. Go into the "Build" folder and you should now have a "PolyVox.sln" file which you can load up into Visual Studio!!

_________________
Dream Big Or Go Home.
ENet - http://enet.bespin.org
Recast - https://github.com/memononen/recastnavigation
Irrlicht - http://irrlicht.sourceforge.net/forum
PolyVox - http://www.volumesoffun.com/phpBB3/
Help Me Help You.


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Wed Sep 10, 2014 6:21 pm 

Joined: Wed Sep 10, 2014 9:43 am
Posts: 3
hey thank you I am going to give these a try and get back to you ..

I thought I needed qt and boost and what not to compile against ?


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Wed Sep 10, 2014 8:50 pm 
Developer
User avatar

Joined: Sun May 04, 2008 6:35 pm
Posts: 1827
crimson wrote:
I thought I needed qt and boost and what not to compile against ?


You only need qt for the examples and tests, and if you uncheck the flags that kklouzal suggested then these will not be built. You *might* need Boost as your compiler is quite old - to be honest I can't remember. You will certainly need to use the last official PolyVox release (0.2.1) for VS2008, and not the latest Git version of PolyVox.


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Thu Sep 11, 2014 9:35 am 

Joined: Wed Sep 10, 2014 9:43 am
Posts: 3
well my main problem here is that I do not have
an Internet connection with a home line ,I am using
an iphone to connect through wifi for internet access
at this time , if I were to update to the newest vc ide
I would have to go to the local internet cafe and that
would cost me a lot of money simply to download
boost shipped with vc , if I had to separately download boost it would still be a very costly download ...

I just can't download over 1 gb just to compile the
libraries /dll , not that this is anyone's problem but
my own ,but If someone out here is kind enough
to help me out with a pre compiled library ,if it
would work without needing boost when I link
against the pre compiled version I would appreciate it ?

I hope I am not being a nagging newb here ,It really
gets me down when I need to update and download
so many things just to achieve something simple :-)

but I guess that's the standardised way these days .

Thanks .

jb


Top
Offline Profile  
Reply with quote  
 Post subject: Re: pre compiled sdk
PostPosted: Thu Sep 11, 2014 11:45 am 

Joined: Tue Apr 08, 2014 5:10 pm
Posts: 124
Well, 0.2.1 should work with VS2008, and boost isn't that huge. CMAKE is also not that huge. Do not forget that you still can try adding all the CPPs in your project and set some defines that I stole from CMAKE files, so I can work and modify freely PolyVox in my project' scope. PolyVox is the cleanest ever C++ Lib that I seen, because of soooo feww dependencies. Imagine how AWFUL is to compile Ogre or Qt from scratch. And You DO NOT need Qt. However, Qt Creator is very,very,very good IDE for generic C++ programming so I prefer it over Visual Studio here.

If you have VS 2010 AND Qt 5.3 SDK, I can directly sent you a qmake pro file which compiles PolyVox 0.2.1 as part of your project, also, I can sent you original PolyVox 0.2.1 libs compiled with VS2010.

Still.... your internet is THE issue...


Top
Offline Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Theme created StylerBB.net