Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Boost C++ library support Solaris on Sparc?

I have been looking at Boost libraries for development of a cross-platform network server library. It is supposed to be used on Windows/Linux/Solaris. Does boost support these three?

Only thing i can find by googling is some build trouble and that "Boost supports most modern operating systems"

I'm pretty new to Boost so maybe someone more used to it knows where this is more specifically specified?

like image 633
Allman Avatar asked Apr 12 '13 09:04

Allman


People also ask

How do I use Visual Studio Boost library?

6.1 Link From Within the Visual Studio IDE Right-click example in the Solution Explorer pane and select Properties from the resulting pop-up menu. In Configuration Properties > Linker > Additional Library Directories, enter the path to the Boost binaries, e.g. C:\Program Files\boost\boost_1_55_0\lib\.

How do I contribute to Boost library?

To participate in development, you need to subscribe to the Boost developers' list. Once you've done that, some paths to contribution are: Submit patches for new features or bug fixes. Pick any ticket from our bug tracking system on GitHub and get started.


1 Answers

In all boost releases there are versions, that this release support. Look for example here

like image 155
ForEveR Avatar answered Nov 11 '22 20:11

ForEveR