ARPA-SIMC / wreport

C++ library and applications to work with weather reports. The library provides featureful BUFR and CREX encoding and decoding.
Other
9 stars 9 forks source link

Installation from source #56

Closed shahramn closed 1 year ago

shahramn commented 1 year ago

The INSTALL file says:

 `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

But there is no configure.ac. How is one meant to build from source?

edigiacomo commented 1 year ago

Sorry, the documentation was outdated. We dropped autotools a while ago, now you must build wreport with Meson https://mesonbuild.com/. I have updated the documentation, see README.md in master branch.

shahramn commented 1 year ago

I hope you will also add CMake support

edigiacomo commented 1 year ago

I'm sorry but we have decided to maintain only one build system (Meson) and to focus on distributing compiled packages for Red Hat and Debian based distributions.