logological / gpp

GPP, a generic preprocessor
https://logological.org/gpp
GNU Lesser General Public License v3.0
197 stars 31 forks source link

How to install gpp on CentOS #37

Closed malcolm061990 closed 4 years ago

malcolm061990 commented 4 years ago

How to install gpp on CentOS? I can't find rpm package for this OS.

logological commented 4 years ago

I'm not aware of any binary packages for CentOS. Maybe you can contact the maintainers and suggest that they include it in the distribution. In the meantime, you can manually compile and install GPP from the portable source packages as described on the GPP home page and in the README on GitHub.

malcolm061990 commented 4 years ago

I'm not aware of any binary packages for CentOS. Maybe you can contact the maintainers and suggest that they include it in the distribution. In the meantime, you can manually compile and install GPP from the portable source packages as described on the GPP home page and in the README on GitHub.

But in master branch there is no INSTALL file for some reason. In 2.25 tag this file exists.

logological commented 4 years ago

The master branch is not the portable source package. If all you want to do is compile and install the software, use the portable source package. (To clarify, this is because this project is packaged by GNU Autotools, which automatically generates the configure scripts, INSTALL file, etc.)

malcolm061990 commented 4 years ago

Thanks. I compiled it using 2.26 tag.