You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/10/02 17:09:04 UTC

[jira] [Updated] (IGNITE-10947) CPP: Fix documentation on how to build Ignite C++ on Linux

     [ https://issues.apache.org/jira/browse/IGNITE-10947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-10947:
---------------------------------------
    Fix Version/s:     (was: 2.9)
                   2.10

> CPP: Fix documentation on how to build Ignite C++ on Linux
> ----------------------------------------------------------
>
>                 Key: IGNITE-10947
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10947
>             Project: Ignite
>          Issue Type: Improvement
>          Components: documentation, platforms
>            Reporter: Igor Sapego
>            Priority: Major
>             Fix For: 2.10
>
>
> We now have build step (IGNITE-10940) that performs following steps during release of the binary package of the Ignite:
> {code}
> # libtoolize
> # aclocal
> # autoheader
> # automake --add-missing
> # autoreconf
> {code}
> So we now should change documentation, that users only need to run following commands to build Ignite C++ from binary distribution of Ignite.
> {code}
> # ./configure
> # make
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)