Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

This is the upper computer SDK that allows users to develop software for player control.

Supported operating systems:

      • Win7/10(C/C++/C#/Java)

32-bit

64-bit

      • Linux(C/C++/Java)

Ubuntu18.04

NeoKylin V7

CentOS 7.6

      • Android 5.0 and later(Java)

armeabi-v7a

arm64-v8a

      • Mac(C/C++/Java)

10.12 and later

      • iOS(C/C++)

11.0 and later

Notes

Online Manual

You can see the online manual for development at: Taurus SDK

Linux

The caller needs to link to the thread library: -lpthread Static loading requires the caller to set QT program (qmake sample): CONFIG += qt

  • No labels