Changes between Initial Version and Version 1 of Ticket #3661, comment 15
- Timestamp:
- 02/07/17 13:40:39 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3661, comment 15
initial v1 1 As far as I know protobuf (C++) is only needed for the C version of the protobuf compiler which is only required for building. In error, I pointed you to the C++ protobuf compiler before - the needed package is protobuf-c-compiler whichdepends on protobuf.1 As far as I know protobuf (C++) is only needed for the C version of the protobuf compiler which is only required for building. In error, I pointed you to the C++ protobuf compiler before - the needed package is *protobuf-c-compiler* which in turn depends on protobuf. 2 2 3 3 The configure variable only needs to point out protobuf-c. The configure scripts checks the PATH for existence of the protobuf compiler command (here https://github.com/postgis/postgis/blob/fee914f1174c1ab6869fbc9e23634fcd68a8455c/configure.ac#L947).