cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Getting the boost framework
Getting the boost framework
Aug 7, 2012 at 1:19am UTC
Poethetortoise
(8)
I need the boost framework/library for the c++ xcode program i am making. Where can i get the framework file so i can use boost/regex in my program?
Aug 7, 2012 at 6:10am UTC
JLBorges
(13770)
a. If you haven't done so already, install MacPorts
http://guide.macports.org/#installing.macports
b. Then, from a command shell:
> sudo port selfupdate
> sudo port install boost
Topic archived. No new replies allowed.