Skip to content

IanMadlenya/muTradeApi2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • Python 6.0%
  • Other 1.1%