Github user BJangir commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2991#discussion_r244508238
--- Diff: docs/csdk-guide.md ---
@@ -29,6 +29,32 @@ code and without CarbonSession.
In the carbon jars package, there exist a carbondata-sdk.jar,
including SDK reader for C++ SDK.
+
+##Compile/Build CSDK
--- End diff --
Clion is not used for deployment of CSDK . it is IDE which is not mandatory
to use CSDK . For developer, Clion, Eclipse(CDT)..etc options are available.
and developer can refer respective IDE help about how to import cmake
project.(added in carbon sdk guide about this)
---