taocpp / PEGTL

Parsing Expression Grammar Template Library
Boost Software License 1.0
1.94k stars 228 forks source link

Include libpq as PEGTL requirement for Conan package #122

Closed uilianries closed 6 years ago

uilianries commented 6 years ago

PEGTL Conan package does not solve libpq as a requirement, so the user should solve postgresql by itself. Conan is a package manager and it could solve such dependency.

Now we have libpq recipe on Bincrafters' repo: https://github.com/bincrafters/conan-libpq, however it is not on Conan center yet. The option IMO is wait for Conan admin review before to integrate with PEGTL.

d-frey commented 6 years ago

I'm pretty sure this issue belongs to taocpp/postgres, not taocpp/PEGTL ;)

uilianries commented 6 years ago

Oh boy! My fault! sorry about this, I'm going to move this issue now.