[
https://issues.apache.org/jira/browse/MINIFI-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524111#comment-15524111
]
ASF GitHub Bot commented on MINIFI-34:
--------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/14
MINIFI-34 Establishing CMake build system to provide build functional…
MINIFI-34 Establishing CMake build system to provide build functionality
equivalent to pre-existing Makefile.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/nifi-minifi-cpp MINIFI-34-CMAKE
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/14.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14
----
commit a358693c23252e427031a3ef4d25281b15116cb7
Author: Aldrin Piri <[email protected]>
Date: 2016-05-05T21:32:57Z
MINIFI-34 Establishing CMake build system to provide build functionality
equivalent to pre-existing Makefile.
----
> 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
> Assignee: Aldrin Piri
> Labels: C++, 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)