Build system refactoring to use Autotools

Over the past couple of days, I read about using autotools to create my project instead of the Makefile, which I put together over the past few months. Unfortunately, I did not find an example that gave me enough information about how my project structure is currently.

I have three libraries that are included in the application code of my project. I am looking for a better way to use one configure script to create (and install) an application and libraries.

+4
source share
4 answers

Sorry for the offtopic.

I did the same now, but I was able to choose between Autotools and CMake. I'm glad I chose the second.

Perhaps worth a look, including CDash, CTest, and CPack. http://www.cmake.org/

Best wishes,

Hovhannes

+4
source
+2
source

When I read this, I am already very familiar with autoruns, but this seems like a pretty good introduction: link text

0
source

Source: https://habr.com/ru/post/1285984/


All Articles