Hi programmers/devs,
I am working on contributing to the asterisk development. As a preparation, I wanted to know whether you guys use Cmake or just vanilla Make to compile asterisk?
Hi programmers/devs,
I am working on contributing to the asterisk development. As a preparation, I wanted to know whether you guys use Cmake or just vanilla Make to compile asterisk?
The build system uses standard make and autoconf.
Cool. I am going to start working on a fork, I use CMake so, just wanted to reconfirm whether the Make files are auto-generated or not.
Thanks for the reply!
If you can, please share any progress you make with cmake!
Sure. I am working on an Enterprise-grade solution involving asterisk where the entire build system has to be adapted to CMake. If you guys need that, I would be happy to contribute!