Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 888 Bytes

README.md

File metadata and controls

35 lines (33 loc) · 888 Bytes

QTeamSpeak3

A Qt-Wrapper around the native TeamSpeak-SDK. It provides the same functionality in the Qt style.

Depends

CMake build

git clone https://github.com/faming-wang/QTeamSpeak3.git ./QTeamSpeak3
cd QTeamSpeak3

Create a build directory

mkdir out

Run the cmake command in the build directory to configure

cd out
cmake .. -D Qt5_DIR=[you qt lib root path]/lib/cmake/Qt5

On Windows

msbuild QTeamSpeak3.sln /property:Configuration=Debug /property:Platform="Win32"
msbuild QTeamSpeak3.sln /property:Configuration=Release /property:Platform="Win32"

On Linux or MacOS

make
make install

On IOS sa cmake-ios