Igor Sapego created IGNITE-10947:
------------------------------------
Summary: 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: platforms
Reporter: Igor Sapego
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
(v7.6.3#76005)