Is Source avaialble as I cannot see it in the download page or SVN?
If yes, how can I access to do?
It looks OK to me. I'm not sure I understand your problem. The source files are bundled into zip or .tar.gz files. A single download gets you the source - all you need to do is unzip it.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boost...@lists.boost.org
All I got is hpp
files.
May I know which
directory is it located?
BNG
Richard Damon
unread,
May 28, 2012, 10:16:54 AM5/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boost...@lists.boost.org
On 5/28/12 9:50 AM, Billy Ng wrote:
All I got is hpp files.
May I know which directory is it located?
BNG
You do realize that most of Boost IS just include files (hpp), there
are a few libraries which have pieces that need to be compiled, but
they are the exception. This is because most of Boost is templates,
and the code is in the include files so it can be instanced for your
types.
--
Richard Damon
Igor R
unread,
May 28, 2012, 10:20:59 AM5/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to boost...@lists.boost.org
> All I got is hpp files.
> May I know which directory is it located?