C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 06-03-2004, 12:16 PM   #1
Registered User
 
whackaxe's Avatar
 
Join Date: Mar 2004
Posts: 332
instaling boost libraries

could someone explain how i am supposed to install the boost libraries, because i really havent got a clue of what thy are talking about in their getting started guide.i want to install it for DEVC++. thanks

-whackaxe

P.S i got past step 1 at least
whackaxe is offline   Reply With Quote
Old 06-03-2004, 07:49 PM   #2
Hardware Engineer
 
Join Date: Sep 2001
Posts: 1,398
Unhappy Sorry, this isn't really an answer to your question...

I've never used Boost, but maybe I can help get you started.

The instructions indicate that you have to compile the boost library yourself. Also, they instruct you to compile from the command line ("DOS") using their "make" replacement (JAM). (I clicked on the SourceForge link, and I didn't see any "pre-built" libraries. Anything that says "Platform Independent" is NOT going to be pre-built.)

The Dev-C++ IDE uses the MinGW compiler, so try to follow the instructions for MinGW.

If you're not familiar with DOS... how to change directories (folders), set paths, etc., this is going to be hard for you. Also, note that DOS uses a backslash "\" between directory levels, whereas their UNIX/Linux command line examples use a regular (forward) shash "/".

A make program is an interpreter that executes a makefile script. The makefile is like a project file for an IDE. It invokes (executes) the compiler, and it tells the compiler what source files to include, where to find the source files, where to put the exe and obj files, and all of the other option & configuration information. Ummm... I hope that's clear... When you run Boost.Jam, it's going to follow the instructions in the jamfile, which automatically runs the compiler.

And yeah, this looks rather compilcated. I wouldn't be surprised if it takes at least a half-day to get it working. ...But it'll only take five minutes the 2nd time you do it!
DougDbug is offline   Reply With Quote
Old 06-04-2004, 09:33 AM   #3
Cat without Hat
 
CornedBee's Avatar
 
Join Date: Apr 2003
Posts: 8,492
It takes much longer to compile, of course. I think last time my pc was happily working for 20 minutes or more.

Most libraries need no more installation than copying the boost includes directory to the compiler's include path.
__________________
All the buzzt!
CornedBee

"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
CornedBee is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extracting BOOST and JAM libraries VS2005 csonx_p C++ Programming 38 09-08-2008 03:21 AM
boost libraries herWter C++ Programming 6 07-15-2008 05:35 PM
Why does boost jam build repeating libraries? indigo0086 Tech Board 0 05-30-2007 06:35 AM
building boost libraries l2u C++ Programming 3 05-09-2007 08:34 AM
MinGW thread-safe runtime libraries Mario F. C++ Programming 3 08-21-2006 08:15 AM


All times are GMT -6. The time now is 08:04 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22