Index
Version 1 (Jeff Koftinoff, 12/15/2008 09:53 pm)
| 1 | 1 | h1. jdksboost |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | This is J.D. Koftinoff Software, Ltd's modification of the very good, freshly release boost c++ library from http://www.boost.org/ |
|
| 4 | 1 | ||
| 5 | 1 | This version does not change any source code whatsoever. The objective of the changes to boost is purely to re-arrange the source files so that a s |
|
| 6 | 1 | impler build system can be used. Boost is very easy to use if you only need libraries that are '"header only"' - But for any non-trivial libraries |
|
| 7 | 1 | like boost.thread or boost.asio, you must build library files. Each boost sublibrary must be made into it's own archive because of file naming conf |
|
| 8 | 1 | licts between cpp files in each library. |
|
| 9 | 1 | ||
| 10 | 1 | You can always get the latest version via svn via the command line: |
|
| 11 | 1 | ||
| 12 | 1 | svn co http://opensource.jdkoftinoff.com/jdksboost/svn/trunk jdksboost |
|
| 13 | 1 | ||
| 14 | 1 | ||
| 15 | 1 | In the svn repository is a bash script, 'create_jdksboost.sh', which is what generated the jdksboost release directly from an original untouched boo |
|
| 16 | 1 | st release. |
|
| 17 | 1 | ||
| 18 | 1 | The original, untouched version of boost is available as a branch: |
|
| 19 | 1 | ||
| 20 | 1 | svn co http://opensource.jdkoftinoff.com/jdksboost/svn/branches/boost_1_37_0 |
|
| 21 | 1 | ||
| 22 | 1 | ||
| 23 | 1 | For more information, contact Jeff Koftinoff <jeffk@jdkoftinoff.com> |