Opened 16 years ago

Closed 16 years ago

#753 closed Support Requests (Works For Me)

Lost MSVS8

Reported by: nobody Owned by: nobody
Milestone: Component: Building Boost
Version: None Severity:
Keywords: Cc:

Description

I'm very lost with all this boost.jam, i try to install
boost/Signals. I followed the tutorial, and its only worst.
I have Microsoft Visual Studio 8, on (of course) WinXp.
May someone make a 1, 2, 3 step please?

Change History (1)

comment:1 by John Maddock, 16 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

Please see our getting started guide:
http://www.boost.org/more/getting_started.html

But basically you need to do a:

bjam -sTOOLS="vc-8_0" install

Also remember that there is nothing special about the
signals library source: you can build it any way you want,
including from your IDE if you wish.

John Maddock.
Note: See TracTickets for help on using tickets.