trunkszi / ta_lib

the TA-Lib library, just switch the build system to xmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation reference TA-Lib

  • This is the TA-Lib library, just switch the build system to xmake

Build system

  • xmake installation reference xmake
# configuration mode
xmake f -m debug -a x64 -k static
# or
xmake f -m debug -a x64 -k shared
# or
xmake f -m release -a x64 -k static
# or
xmake f -m release -a x64 -k shared

# Generate CMakeLists.txt
xmake project -k cmake -y

# Generate visual studio vcxproj
xmake project -k vs2022 -y
# or
xmake project -k vs2019 -y

# build 
xmake -rv

About

the TA-Lib library, just switch the build system to xmake

License:Other


Languages

Language:C 99.5%Language:CMake 0.2%Language:Java 0.2%Language:Lua 0.1%