https://github.com/sergey-shandar/getboost
NuGet packages for Boost C++ libraries.
https://github.com/sergey-shandar/getboost
boost boost-libraries nuget-packages
Last synced: about 1 year ago
JSON representation
NuGet packages for Boost C++ libraries.
- Host: GitHub
- URL: https://github.com/sergey-shandar/getboost
- Owner: sergey-shandar
- License: bsl-1.0
- Created: 2014-01-15T04:24:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T03:17:56.000Z (over 1 year ago)
- Last Synced: 2025-05-07T20:38:22.832Z (about 1 year ago)
- Topics: boost, boost-libraries, nuget-packages
- Language: C
- Homepage:
- Size: 343 KB
- Stars: 61
- Watchers: 6
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
NuGet Packages for [Boost](http://boost.org).
- [](https://nuget.org/packages/boost)
- [](https://nuget.org/packages/boost-vc143)
- [](https://nuget.org/packages/boost-vc142)
- [](https://nuget.org/packages/boost-vc141)
- [](https://nuget.org/packages/boost-vc140)
- [](https://nuget.org/packages/boost-vc120)
- [](https://nuget.org/packages/boost-vc110)
- [](https://nuget.org/packages/boost-vc100)
- [](https://nuget.org/packages/boost-vc90)
- [](https://nuget.org/packages/boost-vc80)
- [](https://nuget.org/packages/boost-src)
# Releases
- [1.87](releases/1.87.md)
- [1.86](releases/1.86.md)
- [1.85](releases/1.85.md)
- [1.84](releases/1.84.md)
- [1.83](releases/1.83.md)
- [1.82](releases/1.82.md)
- [1.81](releases/1.81.md)
- [1.80](releases/1.80.md)
- [1.79](releases/1.79.md)
- [1.78](releases/1.78.md)
- [1.77](releases/1.77.md)
- [1.76](releases/1.76.md)
- [1.75](releases/1.75.md)
- [1.74](releases/1.74.md)
- [1.73](releases/1.73.md)
- [1.72](releases/1.72.md)
- [1.71](releases/1.71.md)
- [1.70](releases/1.70.md)
- [1.69](releases/1.69.md)
- [1.68](releases/1.68.md)
- [1.67](releases/1.67.md)
- [1.66](releases/1.66.md)
- [1.65.1](releases/1.65.1.md)
- [1.65](releases/1.65.md)
- [1.64](releases/1.64.md)
- [1.63](releases/1.63.md)
- [1.62](releases/1.62.md)
- [1.61](releases/1.61.md)
# For Developers
## Building Boost
1. Download Boost library from [boost.org](http://boost.org/).
2. Unpack the Boost library in the parent folder of getboost.
3. Rename it to `boost`.
4. Run [boost.bat](boost.bat). It may take several hours to complete.
## Building NuGet Packages
1. Open [builder\builder.sln](builder/builder.sln) in Visual Studio 2017 or higher.
2. Build and run the [builder](builder/builder/builder.csproj) project. It may take about half an hour to complete.
3. Find NuGet packages in the `builder\builder\bin\Debug\` folder.