Can someone explain me exactly how to install Boost libraries on Windows?
I want to use the IOstreams libraries, but I have no clue how to install it.
I have downloaded lastest version of boost. What should I do next?
Thanks in advance.
14 replies to this topic
#1
Posted 31 January 2012 - 01:54 PM
|
|
|
#2
Posted 31 January 2012 - 05:53 PM
That is IDE dependent, which one are you using? You shouldn't need to do any compilation for that specific Boost library. You'll just need to add Boost's include directory to your IDE's include path; how you go about doing that depends on what you are using.
EDIT: Oops, I'm sorry, IOStreams DOES in fact require compilation. I can't really help you with that, I've never succeeded in build of Boost.
EDIT: Oops, I'm sorry, IOStreams DOES in fact require compilation. I can't really help you with that, I've never succeeded in build of Boost.
Latinamne loqueris?
#3
Posted 01 February 2012 - 04:38 AM
Thanks for your reply.
I'm using Code::Blocks IDE. Can someone else tell me how to compile IOStreams?
I'm using Code::Blocks IDE. Can someone else tell me how to compile IOStreams?
#4
Posted 01 February 2012 - 12:17 PM
You will need to compile the entire boost library. Boost Getting Started on Windows - Boost 1.35.0
#5
Posted 01 February 2012 - 12:21 PM
I've been on that site but it's very limited for people who don't understand cmd that good. I know I have to let the bjam thing compile the libraries, but I have no clue how. Can you help me?
#6
Posted 01 February 2012 - 12:27 PM
Make you have bjam on your computer.
Open a command line and use the cd command to navigate to the root of your boost code.
type [path to bjam]\bjam.
Ideally, you will have an appropriate compiler, such as MinGW.
Open a command line and use the cd command to navigate to the root of your boost code.
type [path to bjam]\bjam.
Ideally, you will have an appropriate compiler, such as MinGW.
#7
Posted 01 February 2012 - 12:34 PM
Ok did that, now this is what it says:
Knipsel.PNG 24.32K
8 downloads
Knipsel.PNG 24.32K
8 downloads
Edited by ZxiFer, 02 February 2012 - 04:55 AM.
#8
Posted 01 February 2012 - 04:01 PM
The attachment didn't attach.
#9
Posted 02 February 2012 - 04:56 AM
sorry, I've edited it.
#10
Posted 03 February 2012 - 11:05 AM
Given that those all appear to be warnings, did it actually build something?
#11
Posted 04 February 2012 - 09:40 AM
I don't know, how can I check it?
Well actually, it took like half a second to show these warnings, so I guess it didn't build anything.
Well actually, it took like half a second to show these warnings, so I guess it didn't build anything.
#12
Posted 04 February 2012 - 11:29 AM
When I built it on Linux, it took a few minutes, so I'm gonna say it failed.
Windows Build/MinGW - K-3D
Windows Build/MinGW - K-3D
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









