Nikita-tech-writer commented on a change in pull request #9680:
URL: https://github.com/apache/ignite/pull/9680#discussion_r773994970
##########
File path: docs/_docs/SQL/ODBC/odbc-driver.adoc
##########
@@ -163,62 +163,57 @@ Apache Ignite ODBC Driver was officially tested on:
== Building ODBC Driver
-Ignite is shipped with pre-built installers for both 32- and 64-bit versions
of the driver for Windows. So if you just want to install ODBC driver on
Windows you may go straight to the <<Installing ODBC Driver>> section for
installation instructions.
+Ignite is shipped with pre-built installers for both 32- and 64-bit versions
of the driver for Windows.
+So if you just want to install ODBC driver on Windows you may go straight to
the <<Installing ODBC Driver>>
+section for installation instructions.
-If you use Linux you will still need to build ODBC driver before you can
install it. So if you are using Linux or if you still want to build the driver
by yourself for Windows, then keep reading.
-
-Ignite ODBC Driver source code is shipped as part of the Ignite package and it
should be built before usage.
-
-Since the ODBC Driver is written in {cpp}, it is shipped as part of Ignite
{cpp} and depends on some of the {cpp} libraries. More specifically, it depends
on the `utils` and `binary` Ignite libraries. This means that you will need to
build them prior to building the ODBC driver itself.
-
-We assume here that you are using the binary Ignite release. If you are using
the source release, instead of `%IGNITE_HOME%\platforms\cpp` path you should
use `%IGNITE_HOME%\modules\platforms\cpp` throughout.
+If you use Linux you will still need to build ODBC driver before you can
install it.
+So if you are using Linux or if you still want to build the driver by yourself
for Windows, then keep reading.
Review comment:
```suggestion
So if you are using Linux or still want to build the driver yourself for
Windows, refer to the next section.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]