muTradeApi2.0

To Complile Sample Code

  1. Create a directory build inside directory SampleCode
  2. Goto the build directory
  3. run the following command:
    For Debug build:
    cmake -DCMAKE_BUILD_TYPE="Debug" ..
    For Release build:
    cmake -DCMAKE_BUILD_TYPE="Release" ..
  4. run make command (make)
  5. .so will be generated inside the SampleCode/bin directory