pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
289 stars 111 forks source link

What is "boost" #161

Closed Stophface closed 7 years ago

Stophface commented 7 years ago

One of the requirements to install osm2pgrouting is "boost". That name is a little to generic for googling it. What software/framework/... is it?

cvvergara commented 7 years ago

@Stophface This is boost: http://www.boost.org/ in particular it uses this one http://www.boost.org/doc/libs/1_62_0/doc/html/program_options.html which is a header only library.

Stophface commented 7 years ago

@cvvergara thanks a lot!