A simple .NET C# application to aid developers to manage their boost libraries.
- Able to check for new updates from boost.org
- Able to do a compilation for a selected boost version (please modify the compile command line in Form1.cs)
- You need to modify the location of your visual studio version in
Form1.cs
. - You need to modify the command line to your selected boost options in
Form1.cs
. - You need to modify the location of boost directory that contains multiple boost versions.
- Place the application to any directory and start using.