1.6 Makefile Proposal

From Scribus Wiki
Revision as of 17:17, 21 March 2016 by Kunda (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Current cmake output is not helpful for people trouble shooting builds on different platforms

Cmake output ---->


So a proposal is open to make the CMake script more comprehensive <mantis> bugid = 13398 comment#13398 = makefile </mantis>

We can also utilize this new methodology to list installed dependencies within the Scribus GUI which can be achieved by

# FeatureSummary: Append everything we've found
feature_summary(WHAT ALL
                FILENAME ${CMAKE_BINARY_DIR}/dependencies.log APPEND)

<mantis> bugid = 12499 comment#12499 = list deps </mantis>