How is configuration management handled?

Standard unix “configure; make; make install” procedure is used. Specifically,
the configure step enables options then the Qt “qmake” tool builds makefiles,
which then control the build process. The specifics of each applications are
encapsulated in a simple ‘project’ file (eg. listing files appropriate for
given configurations).

No comments

Write a comment

Sorry, you must be logged in to post a comment.