flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.

Home Page:https://flightaware.github.io/speedtables/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp branch will build and install even if boost-libs not present

nugget opened this issue · comments

The cpp branch will happily build and install even on a machine where boost-libs are not present. configure or the install process should probably test for this instead of waiting for the user to discover the problem at runtime.