You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/06 15:01:20 UTC

[jira] [Commented] (MINIFI-34) Establish build system for MiNiFi C++

    [ https://issues.apache.org/jira/browse/MINIFI-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552141#comment-15552141 ] 

ASF GitHub Bot commented on MINIFI-34:
--------------------------------------

GitHub user trixpan opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/17

    MINIFI-34 - Add Travis badge to README.md

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/trixpan/nifi-minifi-cpp MINIFI-34

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/17.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 #17
    
----
commit 7595ccee9e64fd9266925fcfb55070fa2c2f78d5
Author: Your Name <yo...@example.com>
Date:   2016-10-06T14:58:45Z

    MINIFI-34 - Add Travis badge to README.md

----


> 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)