Github user BJangir commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2991#discussion_r244509021
  
    --- 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
    +CSDK supports cmake based compilation and has dependency list in 
CMakeLists.txt.
    +<br> Prerequisites
    +<br>GCC >=4.8.5
    +<br>Cmake >3.13
    +<br>Make >=4.1
    +
    +Steps 
    +1. Go to CSDK folder(/opt/.../CSDK/) 
    +2. Create build folder . (/opt/.../CSDK/build) 
    +3. Run Command from build folder `cmake ../`
    +4. `make`
    --- End diff --
    
    cmake,make are to be executed in terminal. 


---

Reply via email to