Hi Nazibur, Protobuf 2.5.0 is really old -- running ./autogen.sh is part of using AutoMake, but we've migrated to CMake and Bazel. AutoTools was turned down in the middle of 2022 -- see PR #10132 <https://github.com/protocolbuffers/protobuf/pull/10132>.
Our preferred way to build would be to use Bazel <https://bazel.build/>. If that's not possible, CMake <https://cmake.org/> should provide wider compatibility with other (non-Google) open source projects. You can find Bazel configurations at .bazelrc <https://github.com/protocolbuffers/protobuf/blob/main/.bazelrc> and BUILD.bazel <https://github.com/protocolbuffers/protobuf/blob/main/BUILD.bazel> files. You can find CMake configuration here: https://github.com/protocolbuffers/protobuf/tree/main/cmake -Tony On Thursday, September 5, 2024 at 3:32:35 AM UTC-4 [email protected] wrote: > Hi All, > > We are using protobuf 2.5.0 in our project and we want to upgrade tp > protobuf v3.22.2 but we didn't find any configure or autogen.sh file > present in V3.22.2. Without this any one of the file how to configure? > > It will be helpful if you can share configuration doc if available. > > Regards, > Nazibur Rahman > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/4f03fba8-17d5-46c1-a8b9-e0430510f7ban%40googlegroups.com.
