[
https://issues.apache.org/jira/browse/MINIFI-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406173#comment-15406173
]
Aldrin Piri commented on MINIFI-34:
-----------------------------------
I would like to approach this from the standpoint of CMake
(https://cmake.org/). This seems to work quite well, have a nice ecosystem,
and supports various environments and architectures via configuration from
toolchain files and the like.
> Establish build system for MiNiFi C++
> -------------------------------------
>
> Key: MINIFI-34
> URL: https://issues.apache.org/jira/browse/MINIFI-34
> Project: Apache NiFi MiNiFi
> Issue Type: Task
> Components: Build
> Reporter: Aldrin Piri
> Labels: native
>
> Given the need to run on varied and disparate environments, a build procedure
> is imperative in ensuring consistent project compilation and in assisting
> folks in contributing. There are a few tools that go beyond a Makefile to
> aid in this process. Among these are Autotools, CMake, and Scons
> Key things to keep in mind are the need to support deployment and development
> in Windows, Linux and OS X. This likely precludes Autotools without
> significant effort to work in Windows environments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)