[
https://issues.apache.org/jira/browse/MINIFI-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554182#comment-15554182
]
ASF GitHub Bot commented on MINIFI-34:
--------------------------------------
GitHub user trixpan opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/18
MINIFI-34 - attempt to progress the CMake environment
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trixpan/nifi-minifi-cpp cmake_woes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/18.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 #18
----
commit 9cb84cf65e16d55a8652259159ae4785eabc925a
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.
commit 253c7c42ba94f11720f276b024630af4765bbf44
Author: Aldrin Piri <[email protected]>
Date: 2016-10-06T14:52:34Z
Updating .travis.yml to support CMake build system.
commit 2251ecce3833d3ac134d7004bee1e07f67f9cbdd
Author: Aldrin Piri <[email protected]>
Date: 2016-10-06T20:41:34Z
Adjusting travis build.
commit df11017e4ddd67e86271d67cd141eab610555355
Author: Andre F de Miranda <[email protected]>
Date: 2016-10-07T04:40:20Z
MINIFI-34 - Adjust CMake files to succeed in RHEL6 and Ubuntu
----
> 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)